Fix the error that occurs when VLLM is called (#3076)

This commit is contained in:
Mingxiangyu
2025-07-04 05:41:10 +08:00
committed by GitHub
parent a20b68fcec
commit 2c496e6376

View File

@@ -1,6 +1,8 @@
import json
import os
from typing import Dict, List, Optional
from openai import OpenAI
from mem0.configs.llms.base import BaseLlmConfig
from mem0.llms.base import LLMBase