Spaces:
Paused
Paused
Commit
·
b435acd
1
Parent(s):
1ed8182
Update src/app/search/web/page.jsx
Browse files
src/app/search/web/page.jsx
CHANGED
@@ -29,7 +29,7 @@ export default function WebSearchPage({ searchParams }) {
|
|
29 |
'Content-Type': 'application/json',
|
30 |
},
|
31 |
body: JSON.stringify({
|
32 |
-
'model': { id: 'gpt-3.5-turbo-16k' },
|
33 |
'messages': [{
|
34 |
'role': 'system',
|
35 |
'content': 'You are a helpful assistant.'
|
|
|
29 |
'Content-Type': 'application/json',
|
30 |
},
|
31 |
body: JSON.stringify({
|
32 |
+
'model': { 'id': 'gpt-3.5-turbo-16k' },
|
33 |
'messages': [{
|
34 |
'role': 'system',
|
35 |
'content': 'You are a helpful assistant.'
|