You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently local.ai server is allowing requests on /completions. However that means it's not compatible with most apps as they are prepared to make requests to servers from llama-cpp-python (/v1/completions) or llama.cpp (/completion).
Currently local.ai server is allowing requests on
/completions
. However that means it's not compatible with most apps as they are prepared to make requests to servers from llama-cpp-python (/v1/completions
) or llama.cpp (/completion
).I can make a simple PR to change the endpoint in the 2 files that define it https://github.com/search?q=repo%3Alouisgv%2Flocal.ai+%2Fcompletions&type=code
Which standard do you want to adopt @louisgv ?
The text was updated successfully, but these errors were encountered: