UNPKG

adaptorex

Version:

Connect all your live interactive storytelling devices and software

15 lines 430 B
{ "name": "adaptorex-openai", "adaptorex": { "name": "openai", "title": "OpenAI" }, "version": "0.0.1", "description": "Add Open Ai assistants to your adaptor:ex game and send messages and handle incoming messages.", "main": "openai.js", "homepage": "https://docs.adaptorex.org/basics/plugins/openai.html", "license": "MIT", "dependencies": { "openai": "^4.46.0" } }