mirror of
https://github.com/open-webui/pipelines
synced 2025-05-15 18:05:50 +00:00
harmonization
This commit is contained in:
parent
26eaf4ab19
commit
19c3fb4954
@ -1,5 +1,5 @@
|
|||||||
"""
|
"""
|
||||||
title: Anthropic Pipeline
|
title: Anthropic Manifold Pipeline
|
||||||
author: justinh-rahb
|
author: justinh-rahb
|
||||||
date: 2024-05-27
|
date: 2024-05-27
|
||||||
version: 1.0
|
version: 1.0
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
"""
|
"""
|
||||||
title: Anthropic Pipeline
|
title: Cohere Manifold Pipeline
|
||||||
author: justinh-rahb
|
author: justinh-rahb
|
||||||
date: 2024-05-27
|
date: 2024-05-28
|
||||||
version: 1.0
|
version: 1.0
|
||||||
license: MIT
|
license: MIT
|
||||||
description: A pipeline for generating text using the Anthropic API.
|
description: A pipeline for generating text using the Anthropic API.
|
||||||
dependencies: requests, anthropic
|
dependencies: requests
|
||||||
environment_variables: COHERE_API_KEY
|
environment_variables: COHERE_API_KEY
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@ -20,7 +20,7 @@ import requests
|
|||||||
class Pipeline:
|
class Pipeline:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.type = "manifold"
|
self.type = "manifold"
|
||||||
self.id = "cohere_manifold"
|
self.id = "cohere"
|
||||||
self.name = "Cohere/"
|
self.name = "Cohere/"
|
||||||
|
|
||||||
class Valves(BaseModel):
|
class Valves(BaseModel):
|
||||||
|
Loading…
Reference in New Issue
Block a user