Spaces:
Sleeping
Sleeping
huangjunxin commited on
Commit ·
ce37f80
1
Parent(s): 5f27d3a
Updated model choices
Browse files
app/routes/document_translator.py
CHANGED
|
@@ -118,7 +118,7 @@ document_translator = gr.Interface(
|
|
| 118 |
"OpenAI (gpt-3.5-turbo-0125)", "OpenAI (gpt-4-turbo-preview)",
|
| 119 |
"HKBU ChatGPT (gpt-35-turbo)", "HKBU ChatGPT (gpt-4-turbo)",
|
| 120 |
"Google Gemini (gemini-pro)"],
|
| 121 |
-
value="OpenAI (gpt-3.5-turbo-
|
| 122 |
),
|
| 123 |
gr.Textbox(
|
| 124 |
label="Passcode",
|
|
|
|
| 118 |
"OpenAI (gpt-3.5-turbo-0125)", "OpenAI (gpt-4-turbo-preview)",
|
| 119 |
"HKBU ChatGPT (gpt-35-turbo)", "HKBU ChatGPT (gpt-4-turbo)",
|
| 120 |
"Google Gemini (gemini-pro)"],
|
| 121 |
+
value="OpenAI (gpt-3.5-turbo-0125)"
|
| 122 |
),
|
| 123 |
gr.Textbox(
|
| 124 |
label="Passcode",
|