dylanmeca commited on
Commit
8dc52fa
Β·
1 Parent(s): 9dd4089

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ block = gr.Blocks()
25
 
26
  with block:
27
  gr.Markdown("""<h1><center>πŸ€– ChatGPT-Python 🐍</center></h1>
28
- <p><center>ChatGPT-Python is a software that allows you to talk to GPT-3 with a web interface using the openai api</center></p>
29
  """)
30
  api_key = gr.Textbox(placeholder="api_key")
31
  chatbot = gr.Chatbot()
 
25
 
26
  with block:
27
  gr.Markdown("""<h1><center>πŸ€– ChatGPT-Python 🐍</center></h1>
28
+ <p><center>ChatGPT-Python is a software that uses the gpt-3.5-turbo model for the chatbot using a web interface and the openai api</center></p>
29
  """)
30
  api_key = gr.Textbox(placeholder="api_key")
31
  chatbot = gr.Chatbot()