Update app.py
Browse files
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-
|
| 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:
|