mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-17 02:39:40 +00:00
shu/making scrolling debug logs (#635)
This commit is contained in:
parent
624c996f7f
commit
c52f8f2433
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue