Update app.py
Browse files
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 |
-
"
|
| 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,
|