mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
Added vertex_ai/claude-3-sonnet@20240229, bumped deps to upgrade litellm #704
This commit is contained in:
parent
8a91e8822f
commit
4fed045f27
2 changed files with 19 additions and 12 deletions
|
@ -210,6 +210,11 @@ MODEL_SETTINGS = [
|
||||||
use_repo_map=True,
|
use_repo_map=True,
|
||||||
send_undo_reply=True,
|
send_undo_reply=True,
|
||||||
),
|
),
|
||||||
|
ModelSettings(
|
||||||
|
"vertex_ai/claude-3-sonnet@20240229",
|
||||||
|
"whole",
|
||||||
|
weak_model_name="vertex_ai/claude-3-haiku@20240307",
|
||||||
|
),
|
||||||
# Cohere
|
# Cohere
|
||||||
ModelSettings(
|
ModelSettings(
|
||||||
"command-r-plus",
|
"command-r-plus",
|
||||||
|
|
|
@ -54,7 +54,7 @@ diskcache==5.6.3
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
distro==1.9.0
|
distro==1.9.0
|
||||||
# via openai
|
# via openai
|
||||||
filelock==3.15.1
|
filelock==3.15.3
|
||||||
# via huggingface-hub
|
# via huggingface-hub
|
||||||
flake8==7.1.0
|
flake8==7.1.0
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
|
@ -70,14 +70,14 @@ gitpython==3.1.43
|
||||||
# via
|
# via
|
||||||
# -r requirements.in
|
# -r requirements.in
|
||||||
# streamlit
|
# streamlit
|
||||||
google-ai-generativelanguage==0.6.4
|
google-ai-generativelanguage==0.6.5
|
||||||
# via google-generativeai
|
# via google-generativeai
|
||||||
google-api-core[grpc]==2.19.0
|
google-api-core[grpc]==2.19.0
|
||||||
# via
|
# via
|
||||||
# google-ai-generativelanguage
|
# google-ai-generativelanguage
|
||||||
# google-api-python-client
|
# google-api-python-client
|
||||||
# google-generativeai
|
# google-generativeai
|
||||||
google-api-python-client==2.133.0
|
google-api-python-client==2.134.0
|
||||||
# via google-generativeai
|
# via google-generativeai
|
||||||
google-auth==2.30.0
|
google-auth==2.30.0
|
||||||
# via
|
# via
|
||||||
|
@ -88,7 +88,7 @@ google-auth==2.30.0
|
||||||
# google-generativeai
|
# google-generativeai
|
||||||
google-auth-httplib2==0.2.0
|
google-auth-httplib2==0.2.0
|
||||||
# via google-api-python-client
|
# via google-api-python-client
|
||||||
google-generativeai==0.6.0
|
google-generativeai==0.7.0
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
googleapis-common-protos==1.63.1
|
googleapis-common-protos==1.63.1
|
||||||
# via
|
# via
|
||||||
|
@ -122,7 +122,9 @@ idna==3.7
|
||||||
# httpx
|
# httpx
|
||||||
# requests
|
# requests
|
||||||
# yarl
|
# yarl
|
||||||
importlib-metadata==7.1.0
|
ijson==3.3.0
|
||||||
|
# via litellm
|
||||||
|
importlib-metadata==7.2.0
|
||||||
# via litellm
|
# via litellm
|
||||||
jinja2==3.1.4
|
jinja2==3.1.4
|
||||||
# via
|
# via
|
||||||
|
@ -135,7 +137,7 @@ jsonschema==4.22.0
|
||||||
# altair
|
# altair
|
||||||
jsonschema-specifications==2023.12.1
|
jsonschema-specifications==2023.12.1
|
||||||
# via jsonschema
|
# via jsonschema
|
||||||
litellm==1.40.15
|
litellm==1.40.21
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
markdown-it-py==3.0.0
|
markdown-it-py==3.0.0
|
||||||
# via rich
|
# via rich
|
||||||
|
@ -151,7 +153,7 @@ multidict==6.0.5
|
||||||
# yarl
|
# yarl
|
||||||
networkx==3.2.1
|
networkx==3.2.1
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
numpy==1.26.4
|
numpy==2.0.0
|
||||||
# via
|
# via
|
||||||
# -r requirements.in
|
# -r requirements.in
|
||||||
# altair
|
# altair
|
||||||
|
@ -160,7 +162,7 @@ numpy==1.26.4
|
||||||
# pydeck
|
# pydeck
|
||||||
# scipy
|
# scipy
|
||||||
# streamlit
|
# streamlit
|
||||||
openai==1.34.0
|
openai==1.35.3
|
||||||
# via
|
# via
|
||||||
# -r requirements.in
|
# -r requirements.in
|
||||||
# litellm
|
# litellm
|
||||||
|
@ -186,7 +188,7 @@ playwright==1.44.0
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
prompt-toolkit==3.0.47
|
prompt-toolkit==3.0.47
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
proto-plus==1.23.0
|
proto-plus==1.24.0
|
||||||
# via
|
# via
|
||||||
# google-ai-generativelanguage
|
# google-ai-generativelanguage
|
||||||
# google-api-core
|
# google-api-core
|
||||||
|
@ -280,9 +282,9 @@ soundfile==0.12.1
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
soupsieve==2.5
|
soupsieve==2.5
|
||||||
# via beautifulsoup4
|
# via beautifulsoup4
|
||||||
streamlit==1.35.0
|
streamlit==1.36.0
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
tenacity==8.3.0
|
tenacity==8.4.1
|
||||||
# via streamlit
|
# via streamlit
|
||||||
tiktoken==0.7.0
|
tiktoken==0.7.0
|
||||||
# via
|
# via
|
||||||
|
@ -320,7 +322,7 @@ tzdata==2024.1
|
||||||
# via pandas
|
# via pandas
|
||||||
uritemplate==4.1.1
|
uritemplate==4.1.1
|
||||||
# via google-api-python-client
|
# via google-api-python-client
|
||||||
urllib3==2.2.1
|
urllib3==2.2.2
|
||||||
# via requests
|
# via requests
|
||||||
watchdog==4.0.1
|
watchdog==4.0.1
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue