irajkoohi commited on
Commit
af8f7f3
·
1 Parent(s): a8ba651

Update all files for deployment

Browse files
Files changed (2) hide show
  1. .DS_Store +0 -0
  2. app.py +1 -1
.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",