Update app.py
Browse files
app.py
CHANGED
@@ -204,7 +204,7 @@ class OptimizedRAGLoader:
|
|
204 |
|
205 |
return retriever_function
|
206 |
|
207 |
-
Initialize components
|
208 |
mistral_api_key = os.getenv("mistral_api_key")
|
209 |
llm = ChatMistralAI(
|
210 |
model="mistral-large-latest",
|
|
|
204 |
|
205 |
return retriever_function
|
206 |
|
207 |
+
# Initialize components
|
208 |
mistral_api_key = os.getenv("mistral_api_key")
|
209 |
llm = ChatMistralAI(
|
210 |
model="mistral-large-latest",
|