Fix: Add missing OpenAI import in vLLM module (#3091)
This commit is contained in:
committed by
GitHub
parent
7476c39257
commit
eb7c712aa6
@@ -5,6 +5,7 @@ from typing import Dict, List, Optional
|
|||||||
from mem0.configs.llms.base import BaseLlmConfig
|
from mem0.configs.llms.base import BaseLlmConfig
|
||||||
from mem0.llms.base import LLMBase
|
from mem0.llms.base import LLMBase
|
||||||
from mem0.memory.utils import extract_json
|
from mem0.memory.utils import extract_json
|
||||||
|
from openai import OpenAI
|
||||||
|
|
||||||
|
|
||||||
class VllmLLM(LLMBase):
|
class VllmLLM(LLMBase):
|
||||||
|
|||||||
Reference in New Issue
Block a user