OpenAI Plugin Demo
A downloadable demo for Windows
Demo demonstrates the capabilities of the Complete OpenAI API plugin:
This plugin is a comprehensive Unreal Engine wrapper for the OpenAI API
Features
It supports all OpenAI endpoints, including:
- Models
- Completions
- Chat
- Images (DALL·E 3, DALL·E 2)
- Vision
- Embeddings
- Speech
- Audio
- Files
- Moderations
- Fine-tuning
- Functions
All requests are available in both C++ and Blueprints.
Documentation
- https://github.com/life-exe/UnrealOpenAIPlugin
- https://life-exe.github.io/UnrealOpenAIPlugin
- How to use functions
Examples
Download
Download
OpenAIPluginDemo.zip 363 MB
Install instructions
You will need to create an key for OpenAI requests to run the demo:
The next step is to add the generated key to the following file OpenAIDemo/OpenAIAuth.ini
APIKey=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx OrganizationID=org-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
OrganizationID can be left empty.
Leave a comment
Log in with itch.io to leave a comment.