An open API service indexing awesome lists of open source software.

https://github.com/nathantarbert/fitness-tracker-with-copilotkit


https://github.com/nathantarbert/fitness-tracker-with-copilotkit

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

          

## Getting Started

- Clone the repository

- Copy your [OpenAI API key](https://platform.openai.com/api-keys) from your dashboard and paste it into the `.env.local` file
```bash
OPENAI_API_KEY=
OPENAI_MODEL=gpt-4-1106-preview //OR your preferred model
```

- Install the project dependencies:
```bash
npm install
```
- Start the development server.
```bash
npm run dev
```