mtekman

Results 104 comments of mtekman

@ishaan-jaff If I was to use ollama, would this then natively support `/generate`, `/learn`, `/ask` directives with responses that JupyterAI could understand? Edit: I just tested ollama (though not with...

@adaaaaaa It seems like it https://github.com/oobabooga/text-generation-webui/wiki/12-%E2%80%90-OpenAI-API#third-party-application-setup

@imClumsyPanda Weird, it works fine for me -- though I'm using a newer Jupyter Lab. ``` ## conda or mamba or micromamba, all the same micromamba create -y -c conda-forge...

@imClumsyPanda > I'm not sure if it's because I'm in an offline environment. jupyterlab by default is run on localhost (is that what you mean by offline?) > And I...

Check your firewall (e.g. ufw disable), it could be that some internal connections are blocked?

@dimm0 https://github.com/jupyterlab/jupyter-ai/issues/389#issuecomment-1723739865

You run your custom model, and then point to it via the "Base API URL", choosing an arbitrary model from the "Language Model" selection which your custom model should be...

If you're using text-generation-ui, the API key seems to be hardcoded: https://github.com/jupyterlab/jupyter-ai/issues/389#issuecomment-1971206217 > But how does choosing the right model work? My understanding of it is that you choose the...

Hmm, tricky. Maybe Jupyter is expecting a specifically formatted API key? Perhaps try setting the API key in your custom model to that ridiculous sk-11111* one

I'VE . FOUND . THAT . UPCASING . AND . DOUBLE . SPACING . THE . STATEMENTS . MAY . HELP . IN . SOME . CASES, BUT . HAS...