mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-03-26 17:51:54 +01:00
Log LLM details on server start (#773)
This commit is contained in:
parent
05c2b7d34e
commit
87beb1f4d1
@ -42,7 +42,7 @@ class LangChainChatLLM(LLM, abc.ABC):
|
||||
logger.debug(f"Prompt:\n{prompt}")
|
||||
|
||||
def log_model_configs(self) -> None:
|
||||
logger.debug(
|
||||
logger.info(
|
||||
f"LLM Model Class: {self.llm.__class__.__name__}, Model Config: {self.llm.__dict__}"
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user