Spaces:
Sleeping
Sleeping
Commit ·
c75b9dc
1
Parent(s): 65f9a61
fix: 修正
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ def main():
|
|
| 27 |
|
| 28 |
with st.expander('Options'):
|
| 29 |
# OpenAIのモデルの選択などの設定
|
| 30 |
-
model_name = st.selectbox('Select a GPT model', ['gpt-3.5-turbo', 'gpt-4'])
|
| 31 |
yt_api_key = st.text_input('Enter your YouTube Data API key')
|
| 32 |
|
| 33 |
if openai_api_key and video_url and question:
|
|
|
|
| 27 |
|
| 28 |
with st.expander('Options'):
|
| 29 |
# OpenAIのモデルの選択などの設定
|
| 30 |
+
model_name = st.selectbox('Select a GPT model', ['gpt-3.5-turbo', 'gpt-4'])
|
| 31 |
yt_api_key = st.text_input('Enter your YouTube Data API key')
|
| 32 |
|
| 33 |
if openai_api_key and video_url and question:
|