Update services/llm_service.py
Browse files- 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
|
| 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__)
|