gokaygokay
commited on
Commit
•
d50abc1
1
Parent(s):
8df39da
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ def create_interface():
|
|
60 |
value="Groq"
|
61 |
)
|
62 |
api_key = gr.Textbox(label="API Key", type="password", visible=False)
|
63 |
-
model = gr.Dropdown(label="Model", choices=["llama-3.1-70b-versatile", "mixtral-8x7b-32768"], value="
|
64 |
with gr.Row():
|
65 |
# **Single Button for Generating Prompt and Text**
|
66 |
generate_button = gr.Button("Generate Random Prompt with LLM")
|
|
|
60 |
value="Groq"
|
61 |
)
|
62 |
api_key = gr.Textbox(label="API Key", type="password", visible=False)
|
63 |
+
model = gr.Dropdown(label="Model", choices=["llama-3.1-70b-versatile", "mixtral-8x7b-32768"], value="mixtral-8x7b-32768")
|
64 |
with gr.Row():
|
65 |
# **Single Button for Generating Prompt and Text**
|
66 |
generate_button = gr.Button("Generate Random Prompt with LLM")
|