-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use configuration system for max_input_tokens
- Remove max_input_tokens parameter from AgentController constructor - Use LLM configuration system to set max_input_tokens through config.toml or environment variables - Update test to set max_input_tokens directly in LLM config Users can now set max_input_tokens in two ways: 1. Through config.toml: [llm] max_input_tokens = 20000 2. Through environment variables: export LLM_MAX_INPUT_TOKENS=20000
- Loading branch information
1 parent
c329a2e
commit 2d094fe
Showing
2 changed files
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters