TRaw commited on
Commit
27ecfab
·
1 Parent(s): 7eb70ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ client = openai.OpenAI(
9
  base_url="https://api.together.xyz/v1",
10
  )
11
 
12
- def chat_completion = client.chat.completions.create(
13
  model="mistralai/Mixtral-8x7B-Instruct-v0.1",
14
  messages=[
15
  {"role": "system", "content": system_content},
 
9
  base_url="https://api.together.xyz/v1",
10
  )
11
 
12
+ def chat_completion: client.chat.completions.create(
13
  model="mistralai/Mixtral-8x7B-Instruct-v0.1",
14
  messages=[
15
  {"role": "system", "content": system_content},