Ollama config for "AI Analysis" and "Agent Runner" #350
Unanswered
rockrrox-oss
asked this question in
Q&A
Replies: 1 comment 1 reply
|
@rockrrox-oss we will be launching a new version of the terminal within next 24 hours i request you to download that and test on that it will be fixed in the new version of the terminal |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi Team,
I was able to configure Local LLM via Ollama using Gemma4 - under settings ;
OS is Win11 ;
Standalone ollama software is working fine and also its working inside chat window in fincept terminal for generic query, so it is able to access the model.
But only for portfolio AI analysis , it is not .
Tried options to install "langchain-ollama" and "langchain-community" these in venv created and update packages , still it is not working .
As I understand, Ollama is being called via python in backend, but not able to figure out where to set the url and other details for " AI Analysis" ; Please help me out .
here is the error am getting :
⚠ ERRORAnalysis failed.
Failed to create model 'ollama/gemma4:latest': Ollama.init() got an unexpected keyword argument 'base_url'
snapshot attached.

All reactions