luansouza4444 commited on
Commit
78c5d94
·
verified ·
1 Parent(s): bf0265c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def load_default_pdf():
52
  llm = ChatOpenAI(
53
  openai_api_key=OPENROUTER_API_KEY,
54
  openai_api_base="https://openrouter.ai/api/v1",
55
- model="openchat/openchat-3.5-0106:free", #mistralai/mistral-7b-instruct:free
56
  temperature=0.3
57
  )
58
 
 
52
  llm = ChatOpenAI(
53
  openai_api_key=OPENROUTER_API_KEY,
54
  openai_api_base="https://openrouter.ai/api/v1",
55
+ model="mistralai/mistral-7b-instruct:free", #mistralai/mistral-7b-instruct:free
56
  temperature=0.3
57
  )
58