mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-25 18:04:28 +01:00
* feat: set max token limits for better user experience * fix: use OPEN_AI_CHAT_MODELS max limits * fix: use the old default of 8000 * fix: formatting so isort/black checks pass * fix: avoid circular dependencies * fix: use better to avoid circular imports * feat: introduce soft limits and use them * fix: circular import issue and missing field * fix: move import to avoid overriding doc comment * feat: DRY things up and set token limit for fast llm models too * tests: make linter tests happy * test: use the max token limits in config.py test * fix: remove fast token limit from config * feat: remove smart token limit from config * fix: remove unused soft_token_limit var * fix: remove unneeded tests, settings aren't in config anymore --------- Co-authored-by: k-boikov <64261260+k-boikov@users.noreply.github.com> Co-authored-by: Reinier van der Leer <github@pwuts.nl>