deeejas 1 개월 전
부모
커밋
833e65b500
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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