edgar971 / open-chat

A self-hosted, offline, ChatGPT-like chatbot with different LLM support. 100% private, with no data leaving your device.
MIT License
64 stars 8 forks source link

API documentation #7

Closed igisho closed 10 months ago

igisho commented 10 months ago

Hi, it there any API documentation i can use to promt the model?

edgar971 commented 10 months ago

Like the llama.cpp docs? You can access them by going to http://[IP]:[PORT:8000]/docs

igisho commented 10 months ago

thank you