owncloud / owncloud/web-extensions
AI proxy may be buggy
@LukasHirt is already working on this.
Since Aug 20, 2026.
- Dominant language
- TypeScript
- Stars
- 16
- Forks
- 11
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 23
Description
I'm tring out new AI extensions in this repository. I tried setting endpoint to locally-hosted llama.cpp (without api key), but it doesn't work. I also tried ai-llm-proxy, setting OCIS_URL and LLM_ENDPOINT, and extension endpoint to 127.0.0.1:3030, won't work either. I then proxied 127.0.0.1:3030 to /ai-llm-proxy/ in nginx, nothing changed. The ai-llm-proxy always respond {"error":"Not found"} on v1/model.
Did I miss something? I thought AI extensions can just use any keyless api endpoint and ai-llm-proxy just authorize user and proxy keyed endpoints.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.