ZealAI commited on
Commit
54df976
·
verified ·
1 Parent(s): c783ee3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from transformers import pipeline
6
  import random
7
 
8
  # --- Configuration ---
9
- API_URL = "https://api.together.ai/v1/chat/completions"
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