shukdevdattaEX commited on
Commit
9b91e95
·
verified ·
1 Parent(s): 4809a6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ class MultimodalChatbot:
15
  base_url="https://openrouter.ai/api/v1",
16
  api_key=api_key,
17
  )
18
- self.model = "google/gemma-3-27b-it:free"
19
  self.conversation_history = []
20
 
21
  def extract_pdf_text(self, pdf_file) -> str:
 
15
  base_url="https://openrouter.ai/api/v1",
16
  api_key=api_key,
17
  )
18
+ self.model = "google/gemma-3n-e4b-it:free"
19
  self.conversation_history = []
20
 
21
  def extract_pdf_text(self, pdf_file) -> str: