Skip to content
Snippets Groups Projects
Unverified Commit 4b3b7e13 authored by Lalit Moharana's avatar Lalit Moharana Committed by GitHub
Browse files

Fix import error for ChatMessage in token_counting (#11021)

parent 8c807d85
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
from typing import Any, Callable, Dict, List, Optional from typing import Any, Callable, Dict, List, Optional
from llama_index.core.llms import ChatMessage, MessageRole from llama_index.core.base.llms.types import ChatMessage, MessageRole
from llama_index.core.utils import get_tokenizer from llama_index.core.utils import get_tokenizer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment