Hi, all,
would like to introduce "vannilla-chatgpt" - a minimal ChatGPT client by vanilla javascript, run from local or any web host
This program aims to code a full functional chatGPT client using only raw HTML/CSS/JavaScript with minimal coding effort, in the purpose of exploring the minimum requirements of utilizing chatGPT features without the need for a server, framework, or additional resources.
This program offers basic conversation functions with some enhancements for conversation content
- refined printout
- easy to copy code-block and content
- export conversation to markdown
- voice recognition and speak answer
It is available as a single HTML file, which run directly from local or GitHub source folder.
- https://raw.githack.com/casualwriter/vanilla-chatgpt/main/source/index.html
- https://raw.githack.com/casualwriter/vanilla-chatgpt/main/source/vanilla-chatgpt.html
- if do not have API key, please check the demo
For more details, please visit github: https://github.com/casualwriter/vanilla-chatgpt
Have a nice day,
Top comments (0)