DrishtiSharma commited on
Commit
d8b5474
1 Parent(s): 055073f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def get_text():
25
  st.title("Memory Bot")
26
 
27
  api = st.sidebar.text_input("API-key", type = "password")
28
- MODEL = st.sidebar.selectionbox(label = "Model", options = ["gpt-3.5-turbo", "text-davinci-003"])
29
 
30
  if api:
31
  llm = OpenAI(
 
25
  st.title("Memory Bot")
26
 
27
  api = st.sidebar.text_input("API-key", type = "password")
28
+ MODEL = st.sidebar.selectbox(label = "Model", options = ["gpt-3.5-turbo", "text-davinci-003"])
29
 
30
  if api:
31
  llm = OpenAI(