Skip to content

Commit

Permalink
injected logger dependency with sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonKirill committed Oct 30, 2024
1 parent 2411b88 commit 8a1b891
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion neon_llm_chatgpt/chatgpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
openai[embeddings]~=0.27
# networking
neon_llm_core[chatbots]~=0.1.0,>=0.1.1a3
ovos-utils~=0.0.32
neon_utils[sentry]==1.11.1a5

0 comments on commit 8a1b891

Please sign in to comment.