mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 19:05:18 +00:00
Add model_week
This commit is contained in:
parent
683108d3a5
commit
a4d9a65fc6
2 changed files with 3 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ class Range(BaseModel):
|
|||
|
||||
class ModelType(str, Enum):
|
||||
REGULAR = "regular"
|
||||
|
||||
WEAK = "weak"
|
||||
|
||||
class PRReviewHeader(str, Enum):
|
||||
REGULAR = "## PR Reviewer Guide"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
[config]
|
||||
# models
|
||||
model="gpt-4-turbo-2024-04-09"
|
||||
model_week="gpt-4o-mini-2024-07-18"
|
||||
model="gpt-4o-2024-11-20"
|
||||
fallback_models=["gpt-4o-2024-08-06"]
|
||||
# CLI
|
||||
git_provider="github"
|
||||
|
|
|
|||
Loading…
Reference in a new issue