Skip to content

Commit

Permalink
Merge branch 'dev' into bump_mq_dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonKirill authored Dec 14, 2024
2 parents c907429 + d45d7d7 commit 77a11d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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
3 changes: 2 additions & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
openai[embeddings]~=0.27
# networking
neon_llm_core[chatbots]~=0.1.0,>=0.1.1a5
ovos-utils~=0.0.32
neon_utils[sentry]==1.11.1a5

2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

__version__ = "0.0.2a5"
__version__ = "0.0.2a7"

0 comments on commit 77a11d4

Please sign in to comment.