Spaces:
Sleeping
Sleeping
# assistant_id = "asst_sCA7F5opi2g7AvGnYeRfoSfT" #GPT 3.5 turbo
Browse files
app.py
CHANGED
@@ -1945,7 +1945,7 @@ def chat_with_opan_ai_assistant(password, youtube_id, user_data, thread_id, tras
|
|
1945 |
|
1946 |
try:
|
1947 |
assistant_id = "asst_Mk151eZmKhNxzG7L9Awqz6iZ" #GPT 4 turbo
|
1948 |
-
# assistant_id = "
|
1949 |
|
1950 |
client = OPEN_AI_CLIENT
|
1951 |
# 直接安排逐字稿資料 in instructions
|
@@ -2109,7 +2109,7 @@ def streaming_chat_with_open_ai(user_message, chat_history, password, user_data,
|
|
2109 |
|
2110 |
try:
|
2111 |
assistant_id = "asst_Mk151eZmKhNxzG7L9Awqz6iZ" #GPT 4 turbo
|
2112 |
-
# assistant_id = "
|
2113 |
client = OPEN_AI_CLIENT
|
2114 |
# 直接安排逐字稿資料 in instructions
|
2115 |
# if isinstance(trascript, str):
|
|
|
1945 |
|
1946 |
try:
|
1947 |
assistant_id = "asst_Mk151eZmKhNxzG7L9Awqz6iZ" #GPT 4 turbo
|
1948 |
+
# assistant_id = "asst_sCA7F5opi2g7AvGnYeRfoSfT" #GPT 3.5 turbo
|
1949 |
|
1950 |
client = OPEN_AI_CLIENT
|
1951 |
# 直接安排逐字稿資料 in instructions
|
|
|
2109 |
|
2110 |
try:
|
2111 |
assistant_id = "asst_Mk151eZmKhNxzG7L9Awqz6iZ" #GPT 4 turbo
|
2112 |
+
# assistant_id = "asst_sCA7F5opi2g7AvGnYeRfoSfT" #GPT 3.5 turbo
|
2113 |
client = OPEN_AI_CLIENT
|
2114 |
# 直接安排逐字稿資料 in instructions
|
2115 |
# if isinstance(trascript, str):
|