lmg-anon / mikupad

LLM Frontend in a single html file
https://lmg-anon.github.io/mikupad/mikupad.html
Creative Commons Zero v1.0 Universal
175 stars 24 forks source link

Use constants for API types #82

Closed phuvo closed 2 weeks ago

phuvo commented 2 weeks ago

This PR replaces the API type numbers (0, 2, 3) with constants API_xxx to make the code more readable.

lmg-anon commented 2 weeks ago

lgtm! Thanks for the contribution!