mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-04 12:50:38 +08:00
Add token count estimation factor to config
This commit is contained in:
@ -9,6 +9,7 @@
|
|||||||
model="o3-mini"
|
model="o3-mini"
|
||||||
fallback_models=["gpt-4o-2024-11-20"]
|
fallback_models=["gpt-4o-2024-11-20"]
|
||||||
#model_weak="gpt-4o-mini-2024-07-18" # optional, a weaker model to use for some easier tasks
|
#model_weak="gpt-4o-mini-2024-07-18" # optional, a weaker model to use for some easier tasks
|
||||||
|
model_token_count_estimate_factor=0.3 # factor to increase the token count estimate, in order to reduce likelihood of model failure due to too many tokens.
|
||||||
# CLI
|
# CLI
|
||||||
git_provider="github"
|
git_provider="github"
|
||||||
publish_output=true
|
publish_output=true
|
||||||
|
Reference in New Issue
Block a user