File size: 730 Bytes
2705160 8083768 2705160 8083768 2705160 8083768 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
---
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
|