mirror of
https://github.com/open-webui/pipelines
synced 2025-05-15 01:45:43 +00:00
case
This commit is contained in:
parent
dbd8fd4419
commit
3c8ce1a03b
@ -22,7 +22,7 @@ class Pipeline:
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.type = "manifold"
|
self.type = "manifold"
|
||||||
self.id = "anthropic"
|
self.id = "anthropic"
|
||||||
self.name = "Anthropic/"
|
self.name = "anthropic/"
|
||||||
|
|
||||||
class Valves(BaseModel):
|
class Valves(BaseModel):
|
||||||
ANTHROPIC_API_KEY: str
|
ANTHROPIC_API_KEY: str
|
||||||
|
@ -21,7 +21,7 @@ class Pipeline:
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.type = "manifold"
|
self.type = "manifold"
|
||||||
self.id = "cohere"
|
self.id = "cohere"
|
||||||
self.name = "Cohere/"
|
self.name = "cohere/"
|
||||||
|
|
||||||
class Valves(BaseModel):
|
class Valves(BaseModel):
|
||||||
COHERE_API_BASE_URL: str = "https://api.cohere.com/v1"
|
COHERE_API_BASE_URL: str = "https://api.cohere.com/v1"
|
||||||
|
Loading…
Reference in New Issue
Block a user