This website requires JavaScript.
Explore
Help
Sign in
vikarti.anatra
/
typingmind
Watch
1
Star
0
Fork
You've already forked typingmind
0
mirror of
https://github.com/TypingMind/typingmind.git
synced
2025-04-17 18:49:09 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
7cd5eec585
Branches
Tags
No results found.
typingmind
/
README.md
Tony Dinh
7cd5eec585
Update README.md
2024-02-09 23:00:20 +07:00
2.3 KiB
Raw
Blame
History
Typing Mind is the most advanced Chat UI frontend for AI models like ChatGPT, Claude, Gemini, and open-source models
Getting started
Clone the repo
Install dependencies:
yarn install
or
npm install
Start the server:
yarn start
or
npm run start