mirror of
https://github.com/open-webui/pipelines
synced 2025-05-14 17:35:45 +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
|
||||
date: 2024-05-27
|
||||
version: 1.0
|
||||
|
@ -1,11 +1,11 @@
|
||||
"""
|
||||
title: Anthropic Pipeline
|
||||
title: Cohere Manifold Pipeline
|
||||
author: justinh-rahb
|
||||
date: 2024-05-27
|
||||
date: 2024-05-28
|
||||
version: 1.0
|
||||
license: MIT
|
||||
description: A pipeline for generating text using the Anthropic API.
|
||||
dependencies: requests, anthropic
|
||||
dependencies: requests
|
||||
environment_variables: COHERE_API_KEY
|
||||
"""
|
||||
|
||||
@ -20,7 +20,7 @@ import requests
|
||||
class Pipeline:
|
||||
def __init__(self):
|
||||
self.type = "manifold"
|
||||
self.id = "cohere_manifold"
|
||||
self.id = "cohere"
|
||||
self.name = "Cohere/"
|
||||
|
||||
class Valves(BaseModel):
|
||||
|
Loading…
Reference in New Issue
Block a user