Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -11,4 +11,29 @@ license: apache-2.0
|
|
11 |
short_description: Black hat type
|
12 |
---
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
11 |
short_description: Black hat type
|
12 |
---
|
13 |
|
14 |
+
# π OpenRouter Multi-Model Chat
|
15 |
+
|
16 |
+
A beautiful chat interface to interact with multiple AI models through OpenRouter API.
|
17 |
+
|
18 |
+
## Features
|
19 |
+
- π€ Multiple AI models (GPT-4, Claude 3, Gemini, Llama, etc.)
|
20 |
+
- π¬ Streaming responses
|
21 |
+
- π¨ Clean and modern UI
|
22 |
+
- βοΈ Customizable parameters
|
23 |
+
- π Model comparison
|
24 |
+
|
25 |
+
## Setup
|
26 |
+
1. Get your API key from [OpenRouter](https://openrouter.ai)
|
27 |
+
2. Set `OPENROUTER_API_KEY` in Space Settings > Variables and Secrets
|
28 |
+
3. Start chatting!
|
29 |
+
|
30 |
+
## Available Models
|
31 |
+
- GPT-4 Turbo
|
32 |
+
- Claude 3 (Opus, Sonnet, Haiku)
|
33 |
+
- Gemini Pro
|
34 |
+
- Llama 3 70B
|
35 |
+
- Mixtral 8x7B
|
36 |
+
- And many more!
|
37 |
+
|
38 |
+
|
39 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|