Skip to content

Commit

Permalink
Update to latest LangChain and OpenAI PyPI packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricklamers committed Mar 8, 2024
1 parent 2a0dacf commit 79e15ea
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 81 deletions.
15 changes: 0 additions & 15 deletions .github/ISSUE_TEMPLATE/sweep-template.yml

This file was deleted.

5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
langchain==0.0.268
langchain~=0.1.11
langchain-openai~=0.0.8
openai~=1.13.1
InquirerPy~=0.3
openai~=0.27
mistune~=3.0.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='shell-ai',
version='0.3.22',
version='0.3.23',
author='Rick Lamers',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion shell_ai/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from InquirerPy import inquirer
from InquirerPy.base.control import Choice
from langchain.chat_models import AzureChatOpenAI, ChatOpenAI
from langchain_openai.chat_models import AzureChatOpenAI, ChatOpenAI
from langchain.schema import HumanMessage, SystemMessage

from shell_ai.config import load_config
Expand Down
27 changes: 0 additions & 27 deletions sweep.yaml

This file was deleted.

35 changes: 0 additions & 35 deletions test/test_context_manager.py

This file was deleted.

0 comments on commit 79e15ea

Please sign in to comment.