Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobheric/inngest-ai
https://github.com/jacobheric/inngest-ai
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jacobheric/inngest-ai
- Owner: jacobheric
- Created: 2024-10-29T20:16:31.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-11T18:31:39.000Z (about 1 month ago)
- Last Synced: 2024-12-11T19:38:28.000Z (about 1 month ago)
- Language: TypeScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-keyINNGEST_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
```