shu/making scrolling debug logs (#635)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user