bstraehle commited on
Commit
8823f69
1 Parent(s): d0298be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -123,9 +123,10 @@ gr.ChatInterface(
123
  "The assistant can **generate, explain, fix, optimize,** and **document Python code, "
124
  "create unit test cases,** and **answer general coding-related questions.** "
125
  "It can also **execute code**. "
126
- "The assistant has access to a <b>today tool</b> (get current date), to a "
127
- "**yfinance download tool** (get stock data), and to a "
128
- "**tavily search tool** (web search)."
 
129
  ),
130
  clear_btn="Clear",
131
  retry_btn=None,
 
123
  "The assistant can **generate, explain, fix, optimize,** and **document Python code, "
124
  "create unit test cases,** and **answer general coding-related questions.** "
125
  "It can also **execute code**. "
126
+ "The assistant has access to tools, including code interpreter and custom function calling, "
127
+ "a <b>today tool</b> (to get current date), "
128
+ "a **<a href='https://pypi.org/project/yfinance/'>yfinance</a> download tool** (to get stock data), "
129
+ "and a **<a href='https://tavily.com/'>tavily</a> search tool** (to perform web search)."
130
  ),
131
  clear_btn="Clear",
132
  retry_btn=None,