We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 467b594 commit 9903328Copy full SHA for 9903328
services/L_Llm.py
@@ -22,7 +22,7 @@ def initLlm():
22
python.subscribe(llm.getName(), "publishText", "onFilterText")
23
config = llm.getConfig()
24
if config.url == "null" or config.url == "http://localhost:11434" or config.url == "http://localhost:11434/v1/chat/completions":
25
- config.url = "http://localhost:11434/api/generate"
+ config.url = "http://localhost:11434/api/generate"
26
runtime.warn('url is set by default to a localhost')
27
if setSystem == "You are a helpful robot.":
28
if runtime.getLocale().getTag() == en:
0 commit comments