Update app.py
Browse files
app.py
CHANGED
@@ -452,7 +452,7 @@ def main():
|
|
452 |
openai.api_key = os.getenv('OPENAI_KEY')
|
453 |
menu = ["txt", "htm", "xlsx", "csv", "md", "py"]
|
454 |
choice = st.sidebar.selectbox("Output File Type:", menu)
|
455 |
-
model_choice = st.sidebar.radio("Select Model:", ('gpt-3.5-turbo', 'gpt-3.5-turbo-0301
|
456 |
|
457 |
#filename = save_and_play_audio(audio_recorder)
|
458 |
#if filename is not None:
|
|
|
452 |
openai.api_key = os.getenv('OPENAI_KEY')
|
453 |
menu = ["txt", "htm", "xlsx", "csv", "md", "py"]
|
454 |
choice = st.sidebar.selectbox("Output File Type:", menu)
|
455 |
+
model_choice = st.sidebar.radio("Select Model:", ('gpt-3.5-turbo', 'gpt-3.5-turbo-0301'))
|
456 |
|
457 |
#filename = save_and_play_audio(audio_recorder)
|
458 |
#if filename is not None:
|