Skip to content
Snippets Groups Projects
Unverified Commit c96bc506 authored by Anoop Sharma's avatar Anoop Sharma Committed by GitHub
Browse files

MockLLM (#11376)

Update __init__.py
parent 95655c1e
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ from llama_index.core.base.llms.types import ( ...@@ -11,6 +11,7 @@ from llama_index.core.base.llms.types import (
) )
from llama_index.core.llms.custom import CustomLLM from llama_index.core.llms.custom import CustomLLM
from llama_index.core.llms.llm import LLM from llama_index.core.llms.llm import LLM
from llama_index.core.llms.mock import MockLLM
__all__ = [ __all__ = [
"CustomLLM", "CustomLLM",
...@@ -24,4 +25,5 @@ __all__ = [ ...@@ -24,4 +25,5 @@ __all__ = [
"CompletionResponseGen", "CompletionResponseGen",
"LLMMetadata", "LLMMetadata",
"MessageRole", "MessageRole",
"MockLLM",
] ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment