Web Search Providers update

This commit is contained in:
Graham V 2024-11-22 19:55:46 -05:00
parent 8457fc9d32
commit a361b005c9
18 changed files with 1698 additions and 223 deletions

View file

@ -151,4 +151,4 @@ class LLMWrapper:
'stop': kwargs.get('stop', self.llm_config.get('stop', [])),
'echo': False,
}
return llama_kwargs
return llama_kwargs