Woofy

Results 1 issues of Woofy

Hi, When using ollama and passing in "keep_alive" as a "language_model_params", the model is loaded with the default keep_alive of 5 minutes. ``` result = lx.extract( text_or_documents=input_text, prompt_description=prompt, examples=examples, language_model_type=lx.inference.OllamaLanguageModel,...