/ open-webui.git
/ app
/ env
/ lib64
/ python3.11
/ site-packages
/ langchain
/ llms
/ base.py
Run
Starting...
Stop
View File
Save
# Backwards compatibility. from langchain_core.language_models import BaseLanguageModel from langchain_core.language_models.llms import ( LLM, BaseLLM, ) __all__ = [ "BaseLanguageModel", "BaseLLM", "LLM", ]
Memory