Pārlūkot izejas kodu

custom instructions

deeejas 1 mēnesi atpakaļ
vecāks
revīzija
59e68fd123
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      ointerpreter.py

+ 1 - 1
ointerpreter.py

@@ -5,7 +5,7 @@ ointerpreter = OpenInterpreter()
 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.system_message += aggprompt
+ointerpreter.custom_instructions = aggprompt
 print(ointerpreter.system_message)
 
 init_query = input('initial query\n')