Spaces:
Sleeping
Sleeping
siddhartharya
commited on
Commit
•
274f663
1
Parent(s):
f6d8ae0
Update app.py
Browse files
app.py
CHANGED
@@ -289,7 +289,7 @@ Provide summaries and categories for the following bookmarks:
|
|
289 |
prompt += "Now, provide the summaries and categories for the bookmarks listed above."
|
290 |
|
291 |
response = openai.ChatCompletion.create(
|
292 |
-
model='
|
293 |
messages=[
|
294 |
{"role": "user", "content": prompt}
|
295 |
],
|
@@ -718,7 +718,7 @@ Provide a concise and helpful response.
|
|
718 |
'''
|
719 |
|
720 |
response = openai.ChatCompletion.create(
|
721 |
-
model='
|
722 |
messages=[
|
723 |
{"role": "user", "content": prompt}
|
724 |
],
|
|
|
289 |
prompt += "Now, provide the summaries and categories for the bookmarks listed above."
|
290 |
|
291 |
response = openai.ChatCompletion.create(
|
292 |
+
model='gpt-4', # Ensure this model is correct and available
|
293 |
messages=[
|
294 |
{"role": "user", "content": prompt}
|
295 |
],
|
|
|
718 |
'''
|
719 |
|
720 |
response = openai.ChatCompletion.create(
|
721 |
+
model='gpt-4', # Ensure this model is correct and available
|
722 |
messages=[
|
723 |
{"role": "user", "content": prompt}
|
724 |
],
|