gr.components.Textbox(label="對話主題", default="購物"), # 加入 theme 的輸入框,設定預設值為 '購物' 25e4cb4 youngtsai commited on Oct 28, 2023
def main_function(password: str, rounds: int, method: str, role1: str, role2: str): 1e07170 youngtsai commited on Oct 28, 2023
chatbot_dialogue = [(item["role"], item["content"]) for item in structured_dialogue] 3cf8ded youngtsai commited on Oct 28, 2023