OjciecTadeusz commited on
Commit
093c666
·
verified ·
1 Parent(s): 252883b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -6
README.md CHANGED
@@ -1,12 +1,17 @@
1
  ---
2
- title: Agent Dev 07 Test
3
- emoji: 🌖
4
- colorFrom: yellow
5
- colorTo: red
6
  sdk: gradio
7
- sdk_version: 6.3.0
8
  app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: My Agent Space
 
 
 
3
  sdk: gradio
 
4
  app_file: app.py
5
  pinned: false
6
  ---
7
 
8
+ # My Agent Space (Gradio)
9
+
10
+ ## Secrets (Hugging Face → Settings → Secrets)
11
+ - `GOOGLE_API_KEY` (Gemini) albo
12
+ - `OPENROUTER_API_KEY` (OpenRouter) + `OPENROUTER_MODEL`
13
+
14
+ ## Local
15
+ - cp .env.example .env
16
+ - pip install -r requirements.txt
17
+ - python app.py