Pluto0616 commited on
Commit
9e97019
·
1 Parent(s): 911ae06
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -8,10 +8,10 @@ os.system("export token='eyJ0eXBlIjoiSldUIiwiYWxnIjoiSFM1MTIifQ.eyJqdGkiOiIxNzAw
8
  os.system("export weather_token='eb6a6ad711f14601b344cd2a58c55079'")
9
 
10
  import streamlit as st
11
- from L2_Agent.actions import ArxivSearch
12
- from L2_Agent.prompts.parsers import PluginParser
13
- from L2_Agent.agents.stream import INTERPRETER_CN, META_CN, PLUGIN_CN, AgentForInternLM, get_plugin_prompt
14
- from L2_Agent.llms import GPTAPI
15
 
16
 
17
  class SessionState:
 
8
  os.system("export weather_token='eb6a6ad711f14601b344cd2a58c55079'")
9
 
10
  import streamlit as st
11
+ from L2_Agent.lagent.actions import ArxivSearch
12
+ from L2_Agent.lagent.prompts.parsers import PluginParser
13
+ from L2_Agent.lagent.agents.stream import INTERPRETER_CN, META_CN, PLUGIN_CN, AgentForInternLM, get_plugin_prompt
14
+ from L2_Agent.lagent.llms import GPTAPI
15
 
16
 
17
  class SessionState: