omri374 commited on
Commit
83fd637
·
verified ·
1 Parent(s): 63d67d7

Update medication_copilot.py

Browse files
Files changed (1) hide show
  1. medication_copilot.py +1 -1
medication_copilot.py CHANGED
@@ -70,7 +70,7 @@ with gr.Blocks(theme=gr.themes.Glass()) as app:
70
  with gr.Sidebar():
71
  gr.Markdown("### Configuration")
72
  llm_type = gr.Radio(
73
- choices=["OpenAI", "Perplexity"], label="LLM Type", value="OpenAI"
74
  )
75
 
76
  api_key = gr.Textbox(
 
70
  with gr.Sidebar():
71
  gr.Markdown("### Configuration")
72
  llm_type = gr.Radio(
73
+ choices=["OpenAI", "Perplexity"], label="LLM Type", value="Perplexity"
74
  )
75
 
76
  api_key = gr.Textbox(