diff --git a/neon_llm_chatgpt/chatgpt.py b/neon_llm_chatgpt/chatgpt.py index 21de273..1875c5d 100644 --- a/neon_llm_chatgpt/chatgpt.py +++ b/neon_llm_chatgpt/chatgpt.py @@ -29,7 +29,7 @@ from typing import List, Dict from neon_llm_core.llm import NeonLLM -from ovos_utils.log import LOG +from neon_utils.logger import LOG class ChatGPT(NeonLLM): diff --git a/requirements/requirements.txt b/requirements/requirements.txt index b90bf5e..5e8c4c1 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -2,4 +2,4 @@ openai[embeddings]~=0.27 # networking neon_llm_core[chatbots]~=0.1.0,>=0.1.1a3 -ovos-utils~=0.0.32 \ No newline at end of file +neon_utils[sentry]==1.11.1a5 \ No newline at end of file