mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-20 21:05:13 +02:00
Added quick Cohere fix
This commit is contained in:
parent
d5a19e8fb1
commit
4584464e69
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ class Processor(ConsumerProducer):
|
||||||
output = self.cohere.chat(
|
output = self.cohere.chat(
|
||||||
model=self.model,
|
model=self.model,
|
||||||
message=prompt,
|
message=prompt,
|
||||||
preamble = "You are a helpful AI-assistant."
|
preamble = "You are a helpful AI-assistant.",
|
||||||
temperature=0.0,
|
temperature=0.0,
|
||||||
chat_history=[],
|
chat_history=[],
|
||||||
prompt_truncation='auto',
|
prompt_truncation='auto',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue