josephrocca / OpenCharacters

Simple little web interface for creating characters and chatting with them. It's basically a single HTML file - no server. Share characters using a link (character data is stored within the URL itself). All chat data is stored in your browser using IndexedDB. Currently supports OpenAI APIs and ~any Hugging Face model.
https://josephrocca.github.io/OpenCharacters
MIT License
375 stars 64 forks source link

Feature request: highlight code and copy code #16

Closed kouhe3 closed 1 year ago

kouhe3 commented 1 year ago

like this:

image

josephrocca commented 1 year ago

Thanks! I've added copy button. Haven't added syntax highlighting yet so I'll keep this open

josephrocca commented 1 year ago

Okay code highlighting is now supported - sorry for the delay on this. Let me know if there are any issues with it