kavansaun commited on
Commit
a4a2c02
·
verified ·
1 Parent(s): c942eb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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