adrian-1234 commited on
Commit
a28539f
·
verified ·
1 Parent(s): f8bb00c

Update app.py

Browse files

model outdated, updated to llama 3.3

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ print("rerank loaded")
96
 
97
 
98
  # Create LLM model
99
- llm = get_groq_chat(model_name="llama-3.1-70b-versatile")
100
 
101
 
102
  # Create conversation qa chain (Note: conversation is not supported yet)
 
96
 
97
 
98
  # Create LLM model
99
+ llm = get_groq_chat(model_name="llama-3.3-70b-versatile")
100
 
101
 
102
  # Create conversation qa chain (Note: conversation is not supported yet)