Mr-Geo commited on
Commit
2a28cee
Β·
verified Β·
1 Parent(s): f2e0937

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -519,10 +519,9 @@ if __name__ == "__main__":
519
  gr.Markdown("Accesses text data from 11,982 unique BAS URLs (6GB [Vector Database](https://huggingface.co/datasets/Mr-Geo/chroma_db/tree/main/) πŸ“š extracted 02/02/2025) Created with open source technologies: [Gradio](https://gradio.app) for UI 🎨, [Hugging Face](https://huggingface.co/) models for embeddings ⚑, and [Chroma](https://www.trychroma.com/) as the vector database πŸ’»")
520
  model_selector = gr.Dropdown(
521
  choices=[
522
- "llama-3.3-70b-versatile",
523
- "llama-3.1-8b-instant",
524
- "llama-3.3-70b-specdec",
525
- "mixtral-8x7b-32768",
526
  "deepseek-r1-distill-llama-70b"
527
  ],
528
  value="llama-3.3-70b-versatile",
@@ -533,7 +532,7 @@ if __name__ == "__main__":
533
  chatbot = gr.Chatbot(height=600, type="messages")
534
  with gr.Row(equal_height=True):
535
  msg = gr.Textbox(
536
- placeholder="What would you like to know? Or choose an example question...❓",
537
  label="Your question",
538
  show_label=True,
539
  container=True,
 
519
  gr.Markdown("Accesses text data from 11,982 unique BAS URLs (6GB [Vector Database](https://huggingface.co/datasets/Mr-Geo/chroma_db/tree/main/) πŸ“š extracted 02/02/2025) Created with open source technologies: [Gradio](https://gradio.app) for UI 🎨, [Hugging Face](https://huggingface.co/) models for embeddings ⚑, and [Chroma](https://www.trychroma.com/) as the vector database πŸ’»")
520
  model_selector = gr.Dropdown(
521
  choices=[
522
+ "llama-3.3-70b-versatile",
523
+ "meta-llama/llama-4-maverick-17b-128e-instruct",
524
+ "mistral-saba-24b",
 
525
  "deepseek-r1-distill-llama-70b"
526
  ],
527
  value="llama-3.3-70b-versatile",
 
532
  chatbot = gr.Chatbot(height=600, type="messages")
533
  with gr.Row(equal_height=True):
534
  msg = gr.Textbox(
535
+ placeholder="What would you like to know about BAS? Or choose an example question...❓",
536
  label="Your question",
537
  show_label=True,
538
  container=True,