Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,8 +32,7 @@ with gr.Blocks(theme=gr.themes.Monochrome(),css="footer{display:none !important}
|
|
| 32 |
create_prompt = openai.ChatCompletion.create(
|
| 33 |
model = "gpt-4o",
|
| 34 |
messages = message_history,
|
| 35 |
-
content = "talk like a pirate"
|
| 36 |
-
role = "developer"
|
| 37 |
)
|
| 38 |
|
| 39 |
# Reply content for the chat bot
|
|
|
|
| 32 |
create_prompt = openai.ChatCompletion.create(
|
| 33 |
model = "gpt-4o",
|
| 34 |
messages = message_history,
|
| 35 |
+
content = "talk like a pirate"
|
|
|
|
| 36 |
)
|
| 37 |
|
| 38 |
# Reply content for the chat bot
|