Update GPT-4o references to GPT-4.1 and upgrade litellm to 1.66.1

This commit is contained in:
mrT23
2025-04-15 18:57:09 +03:00
parent 08bf9593b2
commit 14dafc4016
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ The models supported by Qodo Merge are:
- `claude-3-7-sonnet` (default)
- `o3-mini`
- `gpt-4o`
- `gpt-4.1`
- `deepseek/r1`
To restrict Qodo Merge to using only `o3-mini`, add this setting:
@ -17,10 +17,10 @@ To restrict Qodo Merge to using only `o3-mini`, add this setting:
model="o3-mini"
```
To restrict Qodo Merge to using only `GPT-4o`, add this setting:
To restrict Qodo Merge to using only `GPT-4.1`, add this setting:
```
[config]
model="gpt-4o"
model="gpt-4.1"
```
To restrict Qodo Merge to using only `deepseek-r1` us-hosted, add this setting:

View File

@ -13,7 +13,7 @@ google-cloud-aiplatform==1.38.0
google-generativeai==0.8.3
google-cloud-storage==2.10.0
Jinja2==3.1.2
litellm==1.61.20
litellm==1.66.1
loguru==0.7.2
msrest==0.7.1
openai>=1.55.3