Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jacobheric/inngest-ai


https://github.com/jacobheric/inngest-ai

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

# Inngest AI Sample Application

It's built with Deno fresh, see more at https://fresh.deno.dev/

### Set env vars in .env, example:

```
OPENAI_API_KEY=openai-api-key

INNGEST_EVENT_KEY=inngest-event-key
INNGEST_SIGNING_KEY=inngest-signing-key
NODE_ENV=production
INNGEST_API_BASE_URL=http://localhost:8090
INNGEST_EVENT_API_BASE_URL=http://localhost:9999
```

### Run the app

```
deno task start
```

This will watch the project directory and restart as necessary.

### cli - send test prompts to openai

```
deno task openai
```

```
deno task vercel
```