Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ def create_interface():
|
|
54 |
gr.Markdown("ππ¬ Aphra is an open-source translation agent designed to enhance the quality of text translations by leveraging large language models (LLMs).")
|
55 |
|
56 |
with gr.Row():
|
57 |
-
api_key = gr.Textbox(label="
|
58 |
|
59 |
writer_model = gr.Dropdown(
|
60 |
["anthropic/claude-3.5-sonnet:beta", "openai/gpt-4o-2024-08-06", "google/gemini-pro-1.5-exp"],
|
|
|
54 |
gr.Markdown("ππ¬ Aphra is an open-source translation agent designed to enhance the quality of text translations by leveraging large language models (LLMs).")
|
55 |
|
56 |
with gr.Row():
|
57 |
+
api_key = gr.Textbox(label="OpenRouter API Key", type="password")
|
58 |
|
59 |
writer_model = gr.Dropdown(
|
60 |
["anthropic/claude-3.5-sonnet:beta", "openai/gpt-4o-2024-08-06", "google/gemini-pro-1.5-exp"],
|