Kaludi commited on
Commit
b868aa9
1 Parent(s): af9e03a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
  import requests
3
  import json
4
 
5
- st.title("OpenAI Chatbot")
6
  st.write("Interact with OpenAI's GPT-3 models in real-time using your OpenAI API. Choose from a selection of their best models, set the temperature and max tokens, and start a conversation. Delete the conversation at any time to start fresh.")
7
 
8
  if "history" not in st.session_state:
 
2
  import requests
3
  import json
4
 
5
+ st.title("OpenAI Chatbot Interface")
6
  st.write("Interact with OpenAI's GPT-3 models in real-time using your OpenAI API. Choose from a selection of their best models, set the temperature and max tokens, and start a conversation. Delete the conversation at any time to start fresh.")
7
 
8
  if "history" not in st.session_state: