Update app.py
Browse files
app.py
CHANGED
@@ -530,7 +530,7 @@ inp = [gradio.Textbox(label="Input your API-key",
|
|
530 |
gradio.Radio(choices=["Methodology", "Experimental Design", "Result Analysis", "Literature Review"],
|
531 |
value="Methodology",
|
532 |
label="Select the aspect"),
|
533 |
-
gradio.Dropdown(["gpt-4o-mini","gpt-4o"],
|
534 |
label="Input the model name",
|
535 |
value="gpt-4o-mini"),
|
536 |
gradio.Checkbox(label="Enable RAG", value=False)
|
|
|
530 |
gradio.Radio(choices=["Methodology", "Experimental Design", "Result Analysis", "Literature Review"],
|
531 |
value="Methodology",
|
532 |
label="Select the aspect"),
|
533 |
+
gradio.Dropdown(["gpt-4o-mini","gpt-4o","Qwen/Qwen2.5-7B-Instruct-Turbo", "meta-llama/Meta-Llama-3-70B-Instruct-Turbo", "meta-llama/Meta-Llama-3.1-405B-Instruct-Turbo"],
|
534 |
label="Input the model name",
|
535 |
value="gpt-4o-mini"),
|
536 |
gradio.Checkbox(label="Enable RAG", value=False)
|