Spaces:
Sleeping
Sleeping
Update models/models.py
Browse files- models/models.py +1 -0
models/models.py
CHANGED
|
@@ -8,6 +8,7 @@ from llama_index.core import Settings
|
|
| 8 |
from groq import Groq
|
| 9 |
from mem0 import MemoryClient
|
| 10 |
from langchain_openai import ChatOpenAI
|
|
|
|
| 11 |
# Add config to path
|
| 12 |
sys.path.append(os.path.join(os.path.dirname(__file__), '..', 'config'))
|
| 13 |
from config import config
|
|
|
|
| 8 |
from groq import Groq
|
| 9 |
from mem0 import MemoryClient
|
| 10 |
from langchain_openai import ChatOpenAI
|
| 11 |
+
import sys
|
| 12 |
# Add config to path
|
| 13 |
sys.path.append(os.path.join(os.path.dirname(__file__), '..', 'config'))
|
| 14 |
from config import config
|