Spaces:
Sleeping
Sleeping
zhang-3000 commited on
Commit ·
8130a56
1
Parent(s): ed3871a
app.py
CHANGED
|
@@ -2,7 +2,8 @@ import copy
|
|
| 2 |
import os
|
| 3 |
from typing import List
|
| 4 |
import streamlit as st
|
| 5 |
-
import ArxivSearch
|
|
|
|
| 6 |
from lagent.prompts.parsers import PluginParser
|
| 7 |
from lagent.agents.stream import INTERPRETER_CN, META_CN, PLUGIN_CN, AgentForInternLM, get_plugin_prompt
|
| 8 |
from lagent.llms import GPTAPI
|
|
|
|
| 2 |
import os
|
| 3 |
from typing import List
|
| 4 |
import streamlit as st
|
| 5 |
+
from arxiv_search import ArxivSearch
|
| 6 |
+
from weather_query import WeatherQuery
|
| 7 |
from lagent.prompts.parsers import PluginParser
|
| 8 |
from lagent.agents.stream import INTERPRETER_CN, META_CN, PLUGIN_CN, AgentForInternLM, get_plugin_prompt
|
| 9 |
from lagent.llms import GPTAPI
|