wf4403 commited on
Commit
663eb80
·
1 Parent(s): 545c208
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,8 +2,8 @@ from __future__ import annotations
2
 
3
 
4
 
5
- from utils.llama3 import LlaMa3
6
- from utils.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
 
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