https://github.com/nathantarbert/fitness-tracker-with-copilotkit
https://github.com/nathantarbert/fitness-tracker-with-copilotkit
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nathantarbert/fitness-tracker-with-copilotkit
- Owner: NathanTarbert
- Created: 2024-08-15T00:00:48.000Z (almost 2 years ago)
- Default Branch: staging
- Last Pushed: 2024-08-23T01:54:20.000Z (almost 2 years ago)
- Last Synced: 2025-01-01T17:02:26.808Z (over 1 year ago)
- Language: JavaScript
- Size: 289 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```