An LLM-powered companion for language learners, with tools, personality, and gameification!
To start, clone this repo onto your local machine and cd into /ditto
. We'll install the dependencies using npm
# npm install
Before you can run the project, you'll need to create a local .env file to store the following:
OPENAI_API_KEY="<PASTE YOUR KEY HERE>"
GOOGLE_API_KEY="<PASTE YOUR KEY HERE>"
NEXT_PUBLIC_URL="http://127.0.0.1:3000"
Finally, run the following snippet to spin up the site on your local machine:
# npm run dev
Open http://localhost:3000 with your browser to try it out!