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.
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, settingOCIS_URLandLLM_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. Theai-llm-proxyalways respond{"error":"Not found"}onv1/model.Did I miss something? I thought AI extensions can just use any keyless api endpoint and
ai-llm-proxyjust authorize user and proxy keyed endpoints.