-
Notifications
You must be signed in to change notification settings - Fork 3.4k
How to setup ollama and config a model and base url #1096
Copy link
Copy link
Closed
Labels
P3Low priority - Nice to have, consider closing if staleLow priority - Nice to have, consider closing if stalearea: configConfiguration loadingConfiguration loadingdocumentationImprovements or additions to documentationImprovements or additions to documentationeffort/lowSingle file or function, one responsibility, isolated changeSingle file or function, one responsibility, isolated change
Metadata
Metadata
Assignees
Labels
P3Low priority - Nice to have, consider closing if staleLow priority - Nice to have, consider closing if stalearea: configConfiguration loadingConfiguration loadingdocumentationImprovements or additions to documentationImprovements or additions to documentationeffort/lowSingle file or function, one responsibility, isolated changeSingle file or function, one responsibility, isolated change
{defaultAssistant: ollama,assistants: {claude: {model: sonnet},codex: {}},ollama: {model: minimax-m2.7:cloud}}I only use ollama provider and need to define it in this app, along with base url as it can be setup to run on any base url / port this should be auto selected and allowed to be overidden to any base url fopr ollama and it should auto detect all models using ollama ls command to populate drop down and again allowed to overide model to dl a cloud model there anjd then from via web ui for example!
i dont want to use ollama via clawd it must have direct access to api of the base url and port for ollama not going through a 3rd part for sake of it. update so this is in the setup from default aswell so i can choose via setup ollama.