Lesterchia174 commited on
Commit
8b93755
·
verified ·
1 Parent(s): e3ef57a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="DeepSeek-R1-Distill-Llama-70b", api_key=groq.api_key)
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()