shu/making scrolling debug logs (#635)

This commit is contained in:
Shuchang Zheng 2024-07-25 12:56:10 -07:00 committed by GitHub
parent 624c996f7f
commit c52f8f2433
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@ class LLMConfigRegistry:
cls.validate_config(llm_key, config)
LOG.info("Registering LLM config", llm_key=llm_key)
LOG.debug("Registering LLM config", llm_key=llm_key)
cls._configs[llm_key] = config
@classmethod