Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ from transformers import pipeline
|
|
| 6 |
import random
|
| 7 |
|
| 8 |
# --- Configuration ---
|
| 9 |
-
API_URL = "https://api.together.
|
| 10 |
API_KEY = "ccf72cc06e74d9814ab60ca112c40492b4a9b9b552a88c4203ccfb6a95cebd8b" # Replace with your actual API key
|
| 11 |
MODEL_NAME = "mistralai/Mistral-7B-Instruct-v0.1"
|
| 12 |
|
|
|
|
| 6 |
import random
|
| 7 |
|
| 8 |
# --- Configuration ---
|
| 9 |
+
API_URL = "https://api.together.xyz/v1/chat/completions"
|
| 10 |
API_KEY = "ccf72cc06e74d9814ab60ca112c40492b4a9b9b552a88c4203ccfb6a95cebd8b" # Replace with your actual API key
|
| 11 |
MODEL_NAME = "mistralai/Mistral-7B-Instruct-v0.1"
|
| 12 |
|