Update services/strategy.py
Browse files- services/strategy.py +1 -0
services/strategy.py
CHANGED
@@ -3,6 +3,7 @@
|
|
3 |
from abc import ABC, abstractmethod
|
4 |
from typing import List, Tuple, Dict, Any
|
5 |
|
|
|
6 |
|
7 |
|
8 |
from langfuse.decorators import observe, langfuse_context
|
|
|
3 |
from abc import ABC, abstractmethod
|
4 |
from typing import List, Tuple, Dict, Any
|
5 |
|
6 |
+
from llama_cpp import Llama
|
7 |
|
8 |
|
9 |
from langfuse.decorators import observe, langfuse_context
|