Skip to content

Browser Client

The file:

chat (1) (1).html

is a standalone browser chat UI.

What It Does

calls /v1/chat/completions
uses model: router
uses context: true
uses stream: true
renders Markdown
renders KaTeX math
supports local multi-chat UI state
supports stop, copy, and regenerate

Hardcoded Values

It has these hardcoded values:

API_KEY
API_URL

Security warning

Do not ship that HTML publicly with a real API key embedded unless you intentionally want browser users to have that key.