It is act like Sherlock Holmes and you can chat with him. It is created with using awesome-chatgpt-prompts and ChatGPT-API. You can change character name and character from in .env
file.
-
Setup & Install dependencies
First, you need Node.js installed.
npm i
-
Make a copy of
.env.example
, then rename it to.env
-
Add your OpenAI API key to
.env
OPENAI_API_KEY=sk-xxx...
-
If you want to change character, you can change it in
.env
PUBLIC_CHARACTER=Sherlock Holmes PUBLIC_CHARACTER_FROM=BBC Sherlock
-
Run the app
npm run dev
MIT