Nihal2000 commited on
Commit
ae7cb8d
·
verified ·
1 Parent(s): a34e4f9

Update services/llm_service.py

Browse files
Files changed (1) hide show
  1. services/llm_service.py +1 -1
services/llm_service.py CHANGED
@@ -2,7 +2,7 @@ import logging
2
  import asyncio
3
  from typing import List, Dict, Any, Optional
4
  import anthropic
5
- from mistralai.client import Mistral
6
  import config
7
 
8
  logger = logging.getLogger(__name__)
 
2
  import asyncio
3
  from typing import List, Dict, Any, Optional
4
  import anthropic
5
+ from mistralai import Mistral
6
  import config
7
 
8
  logger = logging.getLogger(__name__)