mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 19:05:18 +00:00
Add token count estimation factor to config
This commit is contained in:
parent
8495e4d549
commit
5bc253e1d9
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
|||
model="o3-mini"
|
||||
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_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
|
||||
git_provider="github"
|
||||
publish_output=true
|
||||
|
|
|
|||
Loading…
Reference in a new issue