AI
Use this demo with any OpenAI-compatible /v1/chat/completions provider. The endpoint, model, and token fields are used only in this page session and are not stored.
AI providerEndpoint is required. Model and token depend on your provider. Values are not stored.
Local LM Studio
For LM Studio, use an endpoint like:
txt
http://localhost:1234/v1/chat/completionsIf LM Studio runs on another machine, use that host instead, for example:
txt
http://192.168.0.107:1234/v1/chat/completionsFor browser-based demos, use a dev proxy if your provider does not allow CORS.