mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
Removed model_turbo
This commit is contained in:
parent
e68e100117
commit
683108d3a5
2 changed files with 0 additions and 2 deletions
|
|
@ -35,7 +35,6 @@ class Range(BaseModel):
|
||||||
|
|
||||||
class ModelType(str, Enum):
|
class ModelType(str, Enum):
|
||||||
REGULAR = "regular"
|
REGULAR = "regular"
|
||||||
TURBO = "turbo"
|
|
||||||
|
|
||||||
|
|
||||||
class PRReviewHeader(str, Enum):
|
class PRReviewHeader(str, Enum):
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
[config]
|
[config]
|
||||||
# models
|
# models
|
||||||
model="gpt-4-turbo-2024-04-09"
|
model="gpt-4-turbo-2024-04-09"
|
||||||
model_turbo="gpt-4o-2024-11-20"
|
|
||||||
fallback_models=["gpt-4o-2024-08-06"]
|
fallback_models=["gpt-4o-2024-08-06"]
|
||||||
# CLI
|
# CLI
|
||||||
git_provider="github"
|
git_provider="github"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue