Update ChatOllamaEndpoint.py
This commit is contained in:
parent
3b6672e06d
commit
e9cd339278
1 changed files with 2 additions and 0 deletions
|
|
@ -163,6 +163,7 @@ class ChatOllamaComponent(CustomComponent):
|
|||
"display_name": "Template",
|
||||
"field_type": "str",
|
||||
"info": "Template to use for generating text.",
|
||||
"advanced": True,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
@ -210,6 +211,7 @@ class ChatOllamaComponent(CustomComponent):
|
|||
mirostat_eta = None
|
||||
mirostat_tau = None
|
||||
|
||||
# Mapping system settings to their corresponding values
|
||||
llm_params = {
|
||||
"base_url": base_url,
|
||||
"cache": cache,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue