Daemontatox commited on
Commit
b207cfc
·
verified ·
1 Parent(s): af4e318

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ retriever = db.as_retriever(
108
  # )
109
 
110
  llm = ChatOpenAI(
111
- model="Qwen/Qwen2.5-72B-Instruct",
112
  temperature=0,
113
  max_tokens=None,
114
  timeout=None,
 
108
  # )
109
 
110
  llm = ChatOpenAI(
111
+ model="meta-llama/Llama-3.3-70B-Instruct",
112
  temperature=0,
113
  max_tokens=None,
114
  timeout=None,