gokaygokay commited on
Commit
96f8aab
1 Parent(s): b85bbae

qroq first

Browse files
Files changed (1) hide show
  1. ui_components.py +1 -1
ui_components.py CHANGED
@@ -136,7 +136,7 @@ def create_interface():
136
  value="Groq"
137
  )
138
  api_key = gr.Textbox(label="API Key", type="password", visible=False)
139
- model = gr.Dropdown(label="Model", choices=["llama-3.1-70b-versatile"], value="llama-3.1-70b-versatile")
140
 
141
  generate_text_button = gr.Button("Generate Prompt with LLM")
142
  text_output = gr.Textbox(label="Generated Text", lines=10, show_copy_button=True)
 
136
  value="Groq"
137
  )
138
  api_key = gr.Textbox(label="API Key", type="password", visible=False)
139
+ model = gr.Dropdown(label="Model", choices=["llama-3.1-70b-versatile", "mixtral-8x7b-32768", "gemma2-9b-it"], value="llama-3.1-70b-versatile")
140
 
141
  generate_text_button = gr.Button("Generate Prompt with LLM")
142
  text_output = gr.Textbox(label="Generated Text", lines=10, show_copy_button=True)