Add FastMCP tool for web scrapping.
Add logging info for tools calling
This commit is contained in:
@@ -22,9 +22,10 @@ Disable Smart App Control (SAC) on Windows
|
||||
3.Click the Smart App Control settings link.
|
||||
4.Select Off to disable the feature
|
||||
|
||||
6) Setup OPENAI_API_KEY from terminal
|
||||
6) Setup OPENAI_API_KEY, LANGCHAIN_API_KEY, and SERPAPI_API_KEY from terminal
|
||||
set LANGCHAIN_API_KEY=<your-langsmith-key>
|
||||
set OPENAI_API_KEY=<your-api-key>
|
||||
sett SERPAPI_API_KEY=<your-serpapi-key>
|
||||
|
||||
7) Running the Streamlit Application
|
||||
python -m streamlit run app.py
|
||||
|
||||
Reference in New Issue
Block a user