




Features:
- Full support for OpenAI API. DALLE 3 and Text to Speech (TTS) included
- In-editor ChatGPT (functions support, vision)
- In addition, there are several nodes that could be beneficial for other projects, such as saving images to a file, loading textures from bytes, and so forth
- All main functions are covered with unit tests
Code Modules:
- OpenAI — runtime, core module
- OpenAIEditor — editor, editor utility ChatGPT
- OpenAITestRunner — editor, test runner
Number of Blueprints: Over 50
Number of C++ Classes: Over 40
Supported Development Platforms: Windows
Supported Target Build Platforms: Windows
Documentation:
- https://github.com/life-exe/UnrealOpenAIPlugin
- https://life-exe.github.io/UnrealOpenAIPlugin
- How to use functions
Examples:
Important/Additional Notes:
- You need to create an OpenAI account
- All the necessary information is provided in the documentation. Please make sure to read it before starting to use the plugin
特征:
- 完全支持OpenAI API。 包括DALLE3和文本到语音(TTS)
- 编辑器内聊天(功能支持、视觉)
- 此外,还有几个节点可能对其他项目有益,例如将图像保存到文件,从字节加载纹理等等
- 所有的主要功能都包含在单元测试中
代码模块:
- OpenAI-运行时,核心模块
- OpenAIEditor-编辑器,编辑器实用程序ChatGPT
- OpenAITestRunner-编辑器,测试运行器
蓝图数量:超过50
C++类数:40以上
支持的开发平台:Windows
支持的目标构建平台:Windows
文件:
例子::
重要/附加注意事项:
- 你需要创建一个 开立帐户
- 文档中提供了所有必要的信息。 请确保在开始使用插件之前阅读它
NOTE: This plugin is not affiliated or endorsed by Open AI company.
This plugin is a comprehensive Unreal Engine wrapper for the OpenAI API.
It supports OpenAI endpoints, including:
All requests are available in both C++ and Blueprints
Tutorials:
Limitations:
-
OpenAI hosts a variety of different models. Please check the models that are compatible with the particular request.
-
Some developers may need to verify their organization before being able to use the gpt-image-1 model.
Please check the organization settings to see if you already have access.
注意:这个插件不是附属或认可的开放AI公司.
这个插件是OpenAI API的一个全面的虚幻引擎包装器。
它支持OpenAI端点,包括:
所有请求都可在C++和蓝图中使用
指南:
限制:

评论(0)