luansouza4444 commited on
Commit
b7b37be
·
verified ·
1 Parent(s): b0cdb1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -48,7 +48,7 @@ def load_default_pdf():
48
  llm = ChatOpenAI(
49
  openai_api_key=OPENROUTER_API_KEY,
50
  openai_api_base="https://openrouter.ai/api/v1",
51
- model="meta-llama/llama-3-8b-instruct:free",
52
  temperature=0.3
53
  )
54
 
@@ -106,7 +106,7 @@ def process_pdf(file):
106
  llm = ChatOpenAI(
107
  openai_api_key=OPENROUTER_API_KEY,
108
  openai_api_base="https://openrouter.ai/api/v1",
109
- model="meta-llama/llama-3-8b-instruct:free",
110
  temperature=0.3
111
  )
112
 
 
48
  llm = ChatOpenAI(
49
  openai_api_key=OPENROUTER_API_KEY,
50
  openai_api_base="https://openrouter.ai/api/v1",
51
+ model="mistralai/mistral-7b-instruct:free",
52
  temperature=0.3
53
  )
54
 
 
106
  llm = ChatOpenAI(
107
  openai_api_key=OPENROUTER_API_KEY,
108
  openai_api_base="https://openrouter.ai/api/v1",
109
+ model="mistralai/mistral-7b-instruct:free",
110
  temperature=0.3
111
  )
112