It is calling Cohere

This commit is contained in:
JackColquitt 2024-08-01 12:11:30 -07:00
parent db006a4b7b
commit 7f08d1e3a2
2 changed files with 3 additions and 1 deletions

View file

@ -45,6 +45,7 @@ setuptools.setup(
"pyyaml",
"prometheus-client",
"pyarrow",
"cohere",
],
scripts=[
"scripts/chunker-recursive",
@ -71,6 +72,7 @@ setuptools.setup(
"scripts/text-completion-claude",
"scripts/text-completion-ollama",
"scripts/text-completion-vertexai",
"scripts/text-completion-cohere",
"scripts/triples-dump-parquet",
"scripts/triples-write-cassandra",
]