prompt="Transcribe the following audio file. if chinese, please using 'language: zh-TW' ", 48d17f9 youngtsai commited on Mar 30, 2024
content_grade = gr.Dropdown(label="選擇年級", choices=["一年級", "二年級", "三年級", "四年級", "五年級", "六年級", "七年級", "八年級", "九年級", "十年級", "十一年級", "十二年級"], value="", visible=False) 0c24dbd youngtsai commited on Mar 27, 2024
btn_1_chat_with_opan_ai_assistant_input =[password, video_id, thread_id, df_string_output, btn_1, chatbot, content_subject, content_grade, socratic_mode_btn] 8ba92d1 youngtsai commited on Mar 27, 2024
claude_chatbot = gr.Chatbot(avatar_images=[bot_avatar, user_avatar], label="claude mode chatbot", show_share_button=False, likeable=True) 0781311 youngtsai commited on Mar 27, 2024
claude_chatbot = gr.Chatbot(avatar_images=[bot_avatar, user_avatar], label="claude mode chatbot", show_share_button=False, likeable=True, scroll_to_output=True) 7ee1f6c youngtsai commited on Mar 27, 2024
inputs=[password, claude_msg, df_string_output, claude_chatbot, content_subject, content_grade, socratic_mode_btn], 5cc5b35 youngtsai commited on Mar 27, 2024
chatbot = gr.Chatbot(avatar_images=[bot_avatar, user_avatar], label="OPEN AI", show_share_button=False, likeable=True) 7dd1c43 youngtsai commited on Mar 27, 2024
chatbot = gr.Chatbot(avatar_images=[bot_avatar, user_avatar], label="OPEN AI 模式", show_share_button=False) 0eb8213 youngtsai commited on Mar 27, 2024
def chat_with_opan_ai_assistant(password, youtube_id, thread_id, trascript, user_message, chat_history, socratic_mode=False): bfa951b youngtsai commited on Mar 27, 2024
with gr.Blocks(theme=gr.themes.Base(primary_hue=gr.themes.colors.orange, secondary_hue=gr.themes.colors.amber)) as demo: e2b3e08 youngtsai commited on Mar 27, 2024
password = gr.Textbox(label="Password", type="password", elem_id="password_input", visible=True) b873be1 youngtsai commited on Mar 26, 2024
worksheet_algorithm = gr.Dropdown(label="選擇教學策略或理論", choices=["Bloom認知階層理論", "Polya數學解題法", "CRA教學法"], value="Bloom認知階層理論", visible=False) e6fc47d youngtsai commited on Mar 26, 2024
exit_ticket_exam_result = gr.Textbox(label="初次生成結果", show_copy_button=True, interactive=True, lines=40) fe471f8 youngtsai commited on Mar 25, 2024