Doc Updates (#1843)

This commit is contained in:
Prateek Chhikara
2024-09-09 19:06:22 -07:00
committed by GitHub
parent bbddb98aca
commit 5b9b65c395
4 changed files with 301 additions and 31 deletions

View File

@@ -85,7 +85,8 @@ class OllamaLLM(LLMBase):
},
}
if response_format:
params["format"] = response_format
params["format"] = "json"
if tools:
params["tools"] = tools