moevis commited on
Commit
b5da221
·
verified ·
1 Parent(s): a21bd50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -125,8 +125,8 @@ def chat(system_prompt, user_text, audio_file, history, max_tokens, temperature,
125
  "temperature": temperature,
126
  "top_p": top_p,
127
  "stream": True,
128
- "repetition_penalty"=1.07,
129
- "stop_token_ids"=[151665]
130
  })
131
 
132
  if response.status_code != 200:
 
125
  "temperature": temperature,
126
  "top_p": top_p,
127
  "stream": True,
128
+ "repetition_penalty": 1.07,
129
+ "stop_token_ids": [151665]
130
  })
131
 
132
  if response.status_code != 200: