feat: use ReAct for ollama (#2766)
This commit is contained in:
@@ -373,6 +373,7 @@ M._defaults = {
|
||||
ollama = {
|
||||
endpoint = "http://127.0.0.1:11434",
|
||||
timeout = 30000, -- Timeout in milliseconds
|
||||
use_ReAct_prompt = true,
|
||||
extra_request_body = {
|
||||
options = {
|
||||
temperature = 0.75,
|
||||
|
||||
Reference in New Issue
Block a user