kenken999 commited on
Commit
8323ec9
·
1 Parent(s): 7b1a1e2
chat_history.db CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5411e1f4384d237945f34c7d123d0cede0dd7d4850484b28ecddc6a4f0a78565
3
- size 1769472
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df57a2e3967aca434bc76f827ee39c743a36b5ec4a0975004ea0ef7baff80af3
3
+ size 1773568
mysite/interpreter/interpreter_config.py CHANGED
@@ -31,7 +31,7 @@ interpreter.max_output = 10000 # 出力の最大トークン数
31
 
32
  interpreter.conversation_history = True
33
  interpreter.debug_mode = True
34
- interpreter.temperature = 0.7
35
 
36
  CODE_INTERPRETER_SYSTEM_PROMPT = """
37
  You are Open Interpreter, a world-class programmer that can complete any goal by executing code.
 
31
 
32
  interpreter.conversation_history = True
33
  interpreter.debug_mode = True
34
+ interpreter.temperature = 0.2
35
 
36
  CODE_INTERPRETER_SYSTEM_PROMPT = """
37
  You are Open Interpreter, a world-class programmer that can complete any goal by executing code.