Chris4K commited on
Commit
f8f7ae7
·
verified ·
1 Parent(s): f9deaa6

Update services/strategy.py

Browse files
Files changed (1) hide show
  1. 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