bstraehle commited on
Commit
fe934f2
·
verified ·
1 Parent(s): 3554b7f

Update app.py

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