Added quick Cohere fix

This commit is contained in:
JackColquitt 2024-08-11 13:42:24 -07:00
parent d5a19e8fb1
commit 4584464e69

View file

@ -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',