Skip to content

Commit

Permalink
updating requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
takline committed Aug 8, 2024
1 parent 7e1b1a7 commit 761c2bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
CHAT_MODEL = ChatOpenAI
MODEL_NAME = "gpt-4o"
TEMPERATURE = 0.3
OPEN_FILE_COMMAND = "cursor -r"
# OPEN_FILE_COMMAND = "code -r"
#OPEN_FILE_COMMAND = "cursor -r"
OPEN_FILE_COMMAND = "code -r"
MAX_CONCURRENT_WORKERS = 4
MAX_RETRIES = 3
BACKOFF_FACTOR = 5
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ configparser>=5.0.2
langchain==0.1.20
langchain-openai==0.1.6
langchain-core==0.1.52
langchain-community==0.0.38
pydantic==2.7.1
reportlab>=3.5.59
requests>=2.25.1
ruamel.yaml>=0.16.12
pytest>=8.2.2
python-dateutil>=2.8.0
free-proxy>=1.1.1

0 comments on commit 761c2bb

Please sign in to comment.