Update README.md
#216
by
NJAB
- opened
README.md
CHANGED
@@ -1,15 +1,37 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 5.
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
-
hf_oauth: true
|
11 |
-
# optional, default duration is 8 hours/480 minutes. Max duration is 30 days/43200 minutes.
|
12 |
-
hf_oauth_expiration_minutes: 480
|
13 |
---
|
14 |
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: Nargis Ai Gaia Agent
|
3 |
+
emoji: β‘
|
4 |
+
colorFrom: yellow
|
5 |
+
colorTo: gray
|
6 |
sdk: gradio
|
7 |
+
sdk_version: "5.38.0"
|
8 |
app_file: app.py
|
9 |
pinned: false
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
+
# β‘ Nargis AI Gaia Agent
|
13 |
+
|
14 |
+
An accurate, fast OpenAI GPT-4o agent deployed with Gradio on Hugging Face Spaces.
|
15 |
+
|
16 |
+
---
|
17 |
+
|
18 |
+
## β¨ Features
|
19 |
+
|
20 |
+
- Chat with a smart agent using GPT-4o
|
21 |
+
- Deployed using Gradio
|
22 |
+
- Easy to customize and extend
|
23 |
+
|
24 |
+
---
|
25 |
+
|
26 |
+
## π Secrets
|
27 |
+
|
28 |
+
This app uses `OPENAI_API_KEY` as a Hugging Face secret.
|
29 |
+
|
30 |
+
---
|
31 |
+
|
32 |
+
## π Run Locally
|
33 |
+
|
34 |
+
```bash
|
35 |
+
pip install -r requirements.txt
|
36 |
+
export OPENAI_API_KEY=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
|
37 |
+
python app.py
|