You will need an OpenAI account and an Open AI key to use this basic calculator.
Docker is needed as well. Use the .env-template file.
- Update the file with your key.
- Rename file to
.env
- Then build the container:
docker build -t token_calculator .
- Run the Docker container and access the application at port 8501.