Self Denial
Self Denial
This has been supported since the release of [v0.1.17](https://github.com/jmorganca/ollama/releases/tag/v0.1.17) 3 weeks ago. See also [https://ollama.ai/library/phi](https://ollama.ai/library/phi).
Read the [model page](https://huggingface.co/stabilityai/stable-code-3b). It's intended to be _[an autocompletion model, not a chat/instruction model so tasks you can use this model for are things like completing the next line...
@TriMoon Thanks for your attention to detail. I've not yet had a chance to test this personally but these are good ideas.
The version under your merge request did work without modification but here is my critique: `ExecStart=%N` without absolute path is bad practice from a security perspective although technically it should...
This is a mess, I'll re-submit at some point.
> Set your key to "None", try again. No change with `--env OPENAI_API_KEY=None`. Any value set for this variable doesn't seem to matter. Note that _/backend/config.py_ already sets `none` when...
Thank you very much, fix confirmed.
Respectfully, I think you're wrong. Supporting evidence in my comment [here](https://github.com/open-webui/open-webui/issues/1111#issuecomment-1987485736)
> PostgreSQL would be a good candidate IMO I agree but I think the best consideration is to support ORM, something like [SQLAlchemy ORM](https://docs.sqlalchemy.org/en/20/orm/index.html#sqlalchemy-orm). As long as we adhere to...
Hi, I don't think this will have any effect because we're already hard-coding the parameter for the runtime instance and the Dockerfile pre-load calls sentence-transformer directly. See open-webui/open-webui#618.