Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -7,45 +7,17 @@ sdk: gradio
|
|
7 |
sdk_version: 5.42.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
-
license:
|
11 |
-
short_description:
|
|
|
12 |
---
|
13 |
|
14 |
# Language Learning Partner
|
15 |
|
16 |
-
|
17 |
-
|
18 |
-
## Quick Setup
|
19 |
-
|
20 |
-
### Step 1: Configure API Key (Required)
|
21 |
-
1. Get your API key from https://openrouter.ai/keys
|
22 |
-
2. In Settings → Variables and secrets
|
23 |
-
3. Add secret: `API_KEY`
|
24 |
-
4. Paste your OpenRouter API key
|
25 |
-
|
26 |
-
### Step 2: Configure HuggingFace Token (Optional)
|
27 |
-
1. Get your token from https://huggingface.co/settings/tokens
|
28 |
-
2. In Settings → Variables and secrets
|
29 |
-
3. Add secret: `HF_TOKEN`
|
30 |
-
4. Paste your HuggingFace token (needs write permissions)
|
31 |
-
5. This enables automatic configuration updates
|
32 |
-
|
33 |
-
|
34 |
-
### Step 3: Set Access Code
|
35 |
-
1. In Settings → Variables and secrets
|
36 |
-
2. Add secret: `ACCESS_CODE`
|
37 |
-
3. Set your chosen password
|
38 |
-
4. Share with authorized users
|
39 |
-
|
40 |
-
|
41 |
-
### Step 3: Test Your Space
|
42 |
-
Your Space should now be running! Try the example prompts or ask your own questions.
|
43 |
|
44 |
## Configuration
|
45 |
- **Model**: google/gemma-3-27b-it
|
46 |
-
- **API Key Variable**: API_KEY
|
47 |
-
- **HF Token Variable**: HF_TOKEN (for
|
48 |
-
- **Access Control**:
|
49 |
-
|
50 |
-
## Support
|
51 |
-
For help, visit the HuggingFace documentation or community forums.
|
|
|
7 |
sdk_version: 5.42.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
license: gpl-3.0
|
11 |
+
short_description: Spanish Conversation Partner
|
12 |
+
|
13 |
---
|
14 |
|
15 |
# Language Learning Partner
|
16 |
|
17 |
+
Spanish Conversation Partner
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
|
19 |
## Configuration
|
20 |
- **Model**: google/gemma-3-27b-it
|
21 |
+
- **API Key Variable**: API_KEY (for LLM provider)
|
22 |
+
- **HF Token Variable**: HF_TOKEN (for persistent customization)
|
23 |
+
- **Access Control**: ACCESS_CODE (to enable access code)
|
|
|
|
|
|