Update README.md

#216
by NJAB - opened
Files changed (1) hide show
  1. README.md +31 -9
README.md CHANGED
@@ -1,15 +1,37 @@
1
  ---
2
- title: Template Final Assignment
3
- emoji: πŸ•΅πŸ»β€β™‚οΈ
4
- colorFrom: indigo
5
- colorTo: indigo
6
  sdk: gradio
7
- sdk_version: 5.25.2
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
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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