ghsambit commited on
Commit
6fadd30
·
verified ·
1 Parent(s): ce369b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ MODEL_NAME = "mistralai/Mixtral-8x7B-Instruct-v0.1"
8
 
9
  def ask_ai(message, history):
10
  if not API_KEY:
11
- return "API key not found. Please set it in Settings → Secrets."
12
 
13
  url = "https://api.together.xyz/v1/chat/completions"
14
  headers = {
 
8
 
9
  def ask_ai(message, history):
10
  if not API_KEY:
11
+ return "API key not found. Please set it in Settings → Secrets."
12
 
13
  url = "https://api.together.xyz/v1/chat/completions"
14
  headers = {