You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have my ollama_host var set to x.x.x.x and ollama ls works fine
but tlm ask, reports: (err) OLLAMA_HOST must use http or https protocol.
After playing the that var, I now have to set the ollama_host=http://x.x.x.x or ollama_host=http://x.x.x.x:yyy
i.e., I have to add an http protocol and a port num.
Note: Consistency would be great. BTW thanks for the tool.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have my ollama_host var set to x.x.x.x and
ollama ls
works finebut
tlm ask
, reports: (err) OLLAMA_HOST must use http or https protocol.After playing the that var, I now have to set the ollama_host=http://x.x.x.x or ollama_host=http://x.x.x.x:yyy
i.e., I have to add an http protocol and a port num.
Note: Consistency would be great. BTW thanks for the tool.
Beta Was this translation helpful? Give feedback.
All reactions