Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ def create_interface():
|
|
63 |
value="Groq"
|
64 |
)
|
65 |
api_key = gr.Textbox(label="API Key", type="password", visible=False)
|
66 |
-
model = gr.Dropdown(label="Model", choices=["llama-3.1-70b-versatile", "mixtral-8x7b-32768"], value="mixtral-8x7b-32768")
|
67 |
with gr.Row():
|
68 |
# **Single Button for Generating Prompt and Text**
|
69 |
generate_button = gr.Button("GENERATE")
|
@@ -82,7 +82,7 @@ def create_interface():
|
|
82 |
"Groq": [
|
83 |
"llama-3.1-70b-versatile",
|
84 |
"mixtral-8x7b-32768",
|
85 |
-
"
|
86 |
],
|
87 |
"SambaNova": [
|
88 |
"Meta-Llama-3.1-70B-Instruct",
|
|
|
63 |
value="Groq"
|
64 |
)
|
65 |
api_key = gr.Textbox(label="API Key", type="password", visible=False)
|
66 |
+
model = gr.Dropdown(label="Model", choices=["llama-3.1-70b-versatile", "mixtral-8x7b-32768", "llama-3.2-90b-text-preview"], value="mixtral-8x7b-32768")
|
67 |
with gr.Row():
|
68 |
# **Single Button for Generating Prompt and Text**
|
69 |
generate_button = gr.Button("GENERATE")
|
|
|
82 |
"Groq": [
|
83 |
"llama-3.1-70b-versatile",
|
84 |
"mixtral-8x7b-32768",
|
85 |
+
"llama-3.2-90b-text-preview"
|
86 |
],
|
87 |
"SambaNova": [
|
88 |
"Meta-Llama-3.1-70B-Instruct",
|