Spaces:
Sleeping
Sleeping
Update medication_copilot.py
Browse files- 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="
|
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(
|