Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
# TODO:
|
2 |
#
|
3 |
# 1. Gradio session / multi-user thread
|
4 |
-
# 2. Function calling
|
|
|
|
|
5 |
|
6 |
# Reference:
|
7 |
#
|
|
|
1 |
# TODO:
|
2 |
#
|
3 |
# 1. Gradio session / multi-user thread
|
4 |
+
# 2. Function calling - https://platform.openai.com/docs/assistants/tools/function-calling
|
5 |
+
# - Date tool
|
6 |
+
# - Web scraping tool (Tavily API)
|
7 |
|
8 |
# Reference:
|
9 |
#
|