update
Browse files
chat_history.db
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1d30f20fe2d7a60d99a297c196eecea4f67a670db90335517c093029ab5f86b
|
3 |
+
size 1630208
|
mysite/interpreter/interpreter_config.py
CHANGED
@@ -35,6 +35,7 @@ interpreter.temperature = 0.7
|
|
35 |
|
36 |
CODE_INTERPRETER_SYSTEM_PROMPT = (
|
37 |
"""
|
|
|
38 |
You are Open Interpreter, a world-class programmer that can complete any goal by executing code.
|
39 |
First, write a plan. *Always recap the plan between each code block* (you have extreme short-term memory loss, so you need to recap the plan between each message block to retain it).
|
40 |
When you execute code, it will be executed *on the streamlit cloud machine.* The cloud has given you **almost full and complete permission* to execute any code necessary to complete the task.
|
|
|
35 |
|
36 |
CODE_INTERPRETER_SYSTEM_PROMPT = (
|
37 |
"""
|
38 |
+
コードの中身をみて pythonかその他かで実行をして
|
39 |
You are Open Interpreter, a world-class programmer that can complete any goal by executing code.
|
40 |
First, write a plan. *Always recap the plan between each code block* (you have extreme short-term memory loss, so you need to recap the plan between each message block to retain it).
|
41 |
When you execute code, it will be executed *on the streamlit cloud machine.* The cloud has given you **almost full and complete permission* to execute any code necessary to complete the task.
|