bstraehle commited on
Commit
2076977
1 Parent(s): 551c92e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,7 +1,9 @@
1
  # TODO:
2
  #
3
  # 1. Gradio session / multi-user thread
4
- # 2. Function calling / Tavily API - https://platform.openai.com/docs/assistants/tools/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
  #