0.0.2 • Published 18 days ago

experts v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
18 days ago

Experts

An opinionated panel of experts implementation using OpenAI's Assistants API

Setup

This project leverages Dev Containers meaning you can open it in any supporting IDE and get started right away. This includes using VS Code with Dev Containers which is the recommended approach.

Once opened in your development container, create a .env.development.local file with your OpenAI API key:

OPENAI_API_KEY=sk-...

Now you can run the following commands:

./bin/setup
./bin/test
0.0.2

18 days ago

0.0.1

19 days ago