mirror of
https://github.com/open-webui/pipelines
synced 2025-05-14 01:20:48 +00:00
case
This commit is contained in:
parent
dbd8fd4419
commit
3c8ce1a03b
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user