Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ transcriber = pipeline("automatic-speech-recognition", model="openai/whisper-bas
|
|
39 |
groq.api_key = os.getenv("GROQ_API_KEY") # Replace with a valid API key
|
40 |
|
41 |
# Initialize Chat Model
|
42 |
-
chat_model = ChatGroq(model_name="
|
43 |
|
44 |
# Initialize Embeddings and chromaDB
|
45 |
embedding_model = HuggingFaceEmbeddings()
|
|
|
39 |
groq.api_key = os.getenv("GROQ_API_KEY") # Replace with a valid API key
|
40 |
|
41 |
# Initialize Chat Model
|
42 |
+
chat_model = ChatGroq(model_name="llama-3.3-70b-versatile", api_key=groq.api_key) #llama-3.3-70b-versatile
|
43 |
|
44 |
# Initialize Embeddings and chromaDB
|
45 |
embedding_model = HuggingFaceEmbeddings()
|