gokaygokay commited on
Commit
c2e6c0d
·
verified ·
1 Parent(s): 6977738

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- "gemma2-9b-it"
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",