Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -397,13 +397,13 @@ if __name__ == "__main__":
|
|
397 |
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 π»")
|
398 |
model_selector = gr.Dropdown(
|
399 |
choices=[
|
400 |
-
"llama-3.1-8b-instant",
|
401 |
"llama-3.3-70b-versatile",
|
|
|
402 |
"llama-3.3-70b-specdec",
|
403 |
"mixtral-8x7b-32768",
|
404 |
"deepseek-r1-distill-llama-70b"
|
405 |
],
|
406 |
-
value="llama-3.
|
407 |
label="Select AI Large Language Model π€",
|
408 |
info="Please try out the other AI models to use for responses (all LLMs are running on [GroqCloud](https://groq.com/groqrack/)) π"
|
409 |
)
|
|
|
397 |
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 π»")
|
398 |
model_selector = gr.Dropdown(
|
399 |
choices=[
|
|
|
400 |
"llama-3.3-70b-versatile",
|
401 |
+
"llama-3.1-8b-instant",
|
402 |
"llama-3.3-70b-specdec",
|
403 |
"mixtral-8x7b-32768",
|
404 |
"deepseek-r1-distill-llama-70b"
|
405 |
],
|
406 |
+
value="llama-3.3-70b-versatile",
|
407 |
label="Select AI Large Language Model π€",
|
408 |
info="Please try out the other AI models to use for responses (all LLMs are running on [GroqCloud](https://groq.com/groqrack/)) π"
|
409 |
)
|