Solshine commited on
Commit
6add83e
·
verified ·
1 Parent(s): f61a16c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from chromadb.config import Settings
6
  from chromadb import PersistentClient
7
 
8
  # Initialize the inference client with your model (ensure you have access to the model)
9
- inference_client = InferenceClient(model="facebook/zephyr-7b-beta") # Example model name
10
 
11
  # Set the correct path to the ChromaDB directory
12
  client_db = PersistentClient(path="./chromadb_directory/chromadb_file")
 
6
  from chromadb import PersistentClient
7
 
8
  # Initialize the inference client with your model (ensure you have access to the model)
9
+ inference_client = InferenceClient(model="meta-llama/Llama-3.2-11B-Vision") # Example model name
10
 
11
  # Set the correct path to the ChromaDB directory
12
  client_db = PersistentClient(path="./chromadb_directory/chromadb_file")