-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: AI Agent v0 #145
base: staging
Are you sure you want to change the base?
WIP: AI Agent v0 #145
Conversation
…nt/tt-studio into mvanniasinghe/ai_agent
Our automated SPDX license verification process has discovered that the following files are missing a license header:
Please ensure each indicated file includes a valid SPDX license identifier. This is essential for maintaining licensing compliance. Your attention and cooperation in updating these files are greatly appreciated. Thank you. |
Our automated SPDX license verification process has discovered that the following files are missing a license header:
Please ensure each indicated file includes a valid SPDX license identifier. This is essential for maintaining licensing compliance. Your attention and cooperation in updating these files are greatly appreciated. Thank you. |
Our automated SPDX license verification process has discovered that the following files are missing a license header:
Please ensure each indicated file includes a valid SPDX license identifier. This is essential for maintaining licensing compliance. Your attention and cooperation in updating these files are greatly appreciated. Thank you. |
Our automated SPDX license verification process has discovered that the following files are missing a license header:
Please ensure each indicated file includes a valid SPDX license identifier. This is essential for maintaining licensing compliance. Your attention and cooperation in updating these files are greatly appreciated. Thank you. |
Description
This PR adds support for the search agent using the Llama 70B Instruct model. Using the ChatUI, a user is able to switch between using their standard LLM of choice and using the search agent to access real time information from the web.
Instructions to Setup Agent
Build Docker Image
Once you have done the typical setups with the weights and persistent volume, follow the below:
Visit https://tavily.com/ to generate an API key to use the search tool. Update the
tt-studio/app/.env.default
with the API keyRefer to the below video for an example of what the agent can be used to do:
SearchAgent_Demo.mov
To Do: