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