Spaces:
Runtime error
Runtime error
wf4403
commited on
Commit
·
663eb80
1
Parent(s):
545c208
editv1
Browse files
app.py
CHANGED
@@ -2,8 +2,8 @@ from __future__ import annotations
|
|
2 |
|
3 |
|
4 |
|
5 |
-
from
|
6 |
-
from
|
7 |
|
8 |
system_prompt = """You are an AI Agent who is proficient in solve complicated task.
|
9 |
Each step you should wirte executable code to fulfill user query. Any Response without code means the task is completed and you do not have another chance to submit code
|
|
|
2 |
|
3 |
|
4 |
|
5 |
+
from llama3 import LlaMa3
|
6 |
+
from my_chat_interface import MyChatInterface
|
7 |
|
8 |
system_prompt = """You are an AI Agent who is proficient in solve complicated task.
|
9 |
Each step you should wirte executable code to fulfill user query. Any Response without code means the task is completed and you do not have another chance to submit code
|