bupa1018 commited on
Commit
1bd36ef
·
verified ·
1 Parent(s): f02dae4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def clear_history(history):
58
 
59
  def main():
60
  vectorstore = get_chroma_vectorstore(get_SFR_Code_embedding_model(), vectorstore_path)
61
- llm = get_groq_llm("qwen-2.5-coder-32b", "0.0", GROQ_API_KEY)
62
 
63
  kadi_bot = KadiBot(llm, vectorstore)
64
 
 
58
 
59
  def main():
60
  vectorstore = get_chroma_vectorstore(get_SFR_Code_embedding_model(), vectorstore_path)
61
+ llm = get_groq_llm("llama-3.3-70b-versatile", "0.0", GROQ_API_KEY)
62
 
63
  kadi_bot = KadiBot(llm, vectorstore)
64