https://github.com/rasyosef/wikipedia-agent-with-groq-and-mixtral
A general question answering agent built using Mixtral-8x7B LLM through GROQ, a Wikipedia search tool, and LangChain.
https://github.com/rasyosef/wikipedia-agent-with-groq-and-mixtral
agents function-calling gradio groq langchain llm mixtral-8x7b
Last synced: 14 days ago
JSON representation
A general question answering agent built using Mixtral-8x7B LLM through GROQ, a Wikipedia search tool, and LangChain.
- Host: GitHub
- URL: https://github.com/rasyosef/wikipedia-agent-with-groq-and-mixtral
- Owner: rasyosef
- Created: 2024-09-08T20:36:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-30T23:46:18.000Z (about 1 year ago)
- Last Synced: 2025-09-14T09:02:19.736Z (about 1 month ago)
- Topics: agents, function-calling, gradio, groq, langchain, llm, mixtral-8x7b
- Language: Python
- Homepage: https://huggingface.co/spaces/rasyosef/Wikipedia-Agent-with-Groq-and-Mixtral
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wikipedia Agent with GROQ, Mixtral-8x7B, and LangChain
This general question answering agent was built using Mixtral-8x7B LLM through GROQ, a Wikipedia search tool, and LangChain.# How to run
**Step 1**: Install dependencies using the following command
```
pip install -r requirements.txt
```**Step 2**: Set your `GROQ_API_KEY` as an environment variable
```
export GROQ_API_KEY=XXXXXX
```**Step 3**: Run the gradio app
```
python app.py
```# Demo
The demo has been depolyed to the following HuggingFace space.https://huggingface.co/spaces/rasyosef/Wikipedia-Agent-with-Groq-and-Mixtral