mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-19 12:25: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(
|
||||
model=self.model,
|
||||
message=prompt,
|
||||
preamble = "You are a helpful AI-assistant."
|
||||
preamble = "You are a helpful AI-assistant.",
|
||||
temperature=0.0,
|
||||
chat_history=[],
|
||||
prompt_truncation='auto',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue