Spaces:
Sleeping
Sleeping
Update all files for deployment
Browse files
.DS_Store
CHANGED
|
Binary files a/.DS_Store and b/.DS_Store differ
|
|
|
app.py
CHANGED
|
@@ -725,8 +725,8 @@ with gr.Blocks(title="RAG Agent Chatbot") as demo:
|
|
| 725 |
# --- Hugging Face Space: dynamic LLM selection ---
|
| 726 |
# Static list of free, popular LLMs on HF Inference API (can be expanded)
|
| 727 |
hf_llm_choices = [
|
|
|
|
| 728 |
"mistralai/Mistral-7B-Instruct-v0.2",
|
| 729 |
-
"Llama-3.2-3B-Instruct",
|
| 730 |
"meta-llama/Meta-Llama-3-8B-Instruct",
|
| 731 |
"google/gemma-7b-it",
|
| 732 |
"HuggingFaceH4/zephyr-7b-beta",
|
|
|
|
| 725 |
# --- Hugging Face Space: dynamic LLM selection ---
|
| 726 |
# Static list of free, popular LLMs on HF Inference API (can be expanded)
|
| 727 |
hf_llm_choices = [
|
| 728 |
+
"Llama-3.2-3B-Instruct",
|
| 729 |
"mistralai/Mistral-7B-Instruct-v0.2",
|
|
|
|
| 730 |
"meta-llama/Meta-Llama-3-8B-Instruct",
|
| 731 |
"google/gemma-7b-it",
|
| 732 |
"HuggingFaceH4/zephyr-7b-beta",
|