Spaces:
Running
Running
undefined - Follow Up Deployment
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -691,7 +691,7 @@
|
|
| 691 |
...(model.key ? { 'Authorization': `Bearer ${model.key}` } : {})
|
| 692 |
},
|
| 693 |
body: JSON.stringify({
|
| 694 |
-
model: model.
|
| 695 |
messages,
|
| 696 |
temperature: 0.7,
|
| 697 |
stream: true
|
|
|
|
| 691 |
...(model.key ? { 'Authorization': `Bearer ${model.key}` } : {})
|
| 692 |
},
|
| 693 |
body: JSON.stringify({
|
| 694 |
+
model: model.name,
|
| 695 |
messages,
|
| 696 |
temperature: 0.7,
|
| 697 |
stream: true
|