gokaygokay commited on
Commit
81d9c21
1 Parent(s): 8e5fe59

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -63,10 +63,10 @@ def create_interface():
63
  llm_provider = gr.Dropdown(
64
  choices=["Hugging Face", "Groq", "SambaNova"],
65
  label="LLM Provider",
66
- value="Groq"
67
  )
68
  api_key = gr.Textbox(label="API Key", type="password", visible=False)
69
- model = gr.Dropdown(label="Model", choices=["llama-3.1-70b-versatile", "mixtral-8x7b-32768", "llama-3.2-90b-text-preview"], value="llama-3.2-90b-text-preview")
70
  with gr.Row():
71
  # **Single Button for Generating Prompt and Text**
72
  generate_button = gr.Button("Generate Prompt")
 
63
  llm_provider = gr.Dropdown(
64
  choices=["Hugging Face", "Groq", "SambaNova"],
65
  label="LLM Provider",
66
+ value="Hugging Face"
67
  )
68
  api_key = gr.Textbox(label="API Key", type="password", visible=False)
69
+ model = gr.Dropdown(label="Model", choices=["Qwen/Qwen2.5-72B-Instruct","meta-llama/Meta-Llama-3.1-70B-Instruct","mistralai/Mixtral-8x7B-Instruct-v0.1","mistralai/Mistral-7B-Instruct-v0.3"], value="Qwen/Qwen2.5-72B-Instruct")
70
  with gr.Row():
71
  # **Single Button for Generating Prompt and Text**
72
  generate_button = gr.Button("Generate Prompt")