Spaces:
Build error
Build error
Commit
·
788e7b9
1
Parent(s):
169d83b
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ st.set_page_config(page_title="Chat Toolkit",layout="wide")
|
|
26 |
with st.sidebar.expander("Model Options", expanded=False):
|
27 |
menu = ["htm", "txt", "md"]
|
28 |
choice = st.selectbox("Output File Type:", menu)
|
29 |
-
model_choice = st.radio("Select Model:", ('gpt-3.5-turbo', 'gpt-
|
30 |
|
31 |
|
32 |
def generate_filename(prompt, file_type):
|
|
|
26 |
with st.sidebar.expander("Model Options", expanded=False):
|
27 |
menu = ["htm", "txt", "md"]
|
28 |
choice = st.selectbox("Output File Type:", menu)
|
29 |
+
model_choice = st.radio("Select Model:", ('gpt-3.5-turbo', 'gpt-4'))
|
30 |
|
31 |
|
32 |
def generate_filename(prompt, file_type):
|