Trabis commited on
Commit
7d79c89
·
verified ·
1 Parent(s): 7804112

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",