deeejas 1 month ago
parent
commit
833e65b500
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ointerpreter.py

+ 1 - 1
ointerpreter.py

@@ -2,7 +2,7 @@
 from interpreter import OpenInterpreter  # type: ignore
 
 ointerpreter = OpenInterpreter()
-ointerpreter.llm.model = "gpt-3.5-turbo"
+ointerpreter.llm.model = 'gpt-3.5-turbo'
 
 aggprompt = "You will be provided with a set of responses from various large language models to a user query. Your task is to synthesize these responses into a single, high-quality response. It is crucial to critically evaluate the information provided in these responses, recognizing that some of it may be biased or incorrect. Your response should not simply replicate the given answers but should offer a refined, accurate, and comprehensive reply to the instruction. Ensure your response is well-structured, coherent, and adheres to the highest standards of accuracy and reliability. Do not add any extra comments about how you created the response, just synthesize these responses as instructed. Don't ask me tu run the code, i need just the example"
 ointerpreter.custom_instructions = aggprompt