This commit is contained in:
Justin Hayes 2024-05-29 09:15:12 -04:00 committed by GitHub
parent dbd8fd4419
commit 3c8ce1a03b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ class Pipeline:
def __init__(self):
self.type = "manifold"
self.id = "anthropic"
self.name = "Anthropic/"
self.name = "anthropic/"
class Valves(BaseModel):
ANTHROPIC_API_KEY: str

View File

@ -21,7 +21,7 @@ class Pipeline:
def __init__(self):
self.type = "manifold"
self.id = "cohere"
self.name = "Cohere/"
self.name = "cohere/"
class Valves(BaseModel):
COHERE_API_BASE_URL: str = "https://api.cohere.com/v1"