|
--- |
|
title: Nargis Ai Gaia Agent |
|
emoji: β‘ |
|
colorFrom: yellow |
|
colorTo: gray |
|
sdk: gradio |
|
sdk_version: "5.38.0" |
|
app_file: app.py |
|
pinned: false |
|
--- |
|
|
|
# β‘ Nargis AI Gaia Agent |
|
|
|
An accurate, fast OpenAI GPT-4o agent deployed with Gradio on Hugging Face Spaces. |
|
|
|
--- |
|
|
|
## β¨ Features |
|
|
|
- Chat with a smart agent using GPT-4o |
|
- Deployed using Gradio |
|
- Easy to customize and extend |
|
|
|
--- |
|
|
|
## π Secrets |
|
|
|
This app uses `OPENAI_API_KEY` as a Hugging Face secret. |
|
|
|
--- |
|
|
|
## π Run Locally |
|
|
|
```bash |
|
pip install -r requirements.txt |
|
export OPENAI_API_KEY=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 |
|
python app.py |
|
|