Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ elif choice == "md":
|
|
31 |
elif choice == "py":
|
32 |
st.sidebar.write(choicePrefix + "Python Code.")
|
33 |
|
34 |
-
model_choice = st.sidebar.radio("Select Model:", ('gpt-3.5-turbo', 'gpt-4-0314'))
|
35 |
|
36 |
def chat_with_model(prompt, document_section):
|
37 |
model = model_choice
|
|
|
31 |
elif choice == "py":
|
32 |
st.sidebar.write(choicePrefix + "Python Code.")
|
33 |
|
34 |
+
model_choice = st.sidebar.radio("Select Model:", ('gpt-3.5-turbo', 'gpt-4-32k-0314'))
|
35 |
|
36 |
def chat_with_model(prompt, document_section):
|
37 |
model = model_choice
|