GabrielSchultz commited on
Commit
190b623
·
verified ·
1 Parent(s): f8e94b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def api_call(prompt, thread_id, model_name, chat_history):
14
  data = {
15
  "prompt": prompt,
16
  "thread_id": thread_id,
17
- "model_name": model_name,
18
  "max_new_tokens": 4096,
19
  "top_p": 0.95,
20
  "temperature": 0.7,
 
14
  data = {
15
  "prompt": prompt,
16
  "thread_id": thread_id,
17
+ "nameM": model_name,
18
  "max_new_tokens": 4096,
19
  "top_p": 0.95,
20
  "temperature": 0.7,