|
Unreal OpenAI API 1.0.0
|
Public Member Functions | |
| virtual void | Activate () override |
Public Attributes | |
| FOnEmbeddings | OnCompleted |
Private Member Functions | |
| void | TryToOverrideURL (UOpenAIProvider *Provider) |
| void | OnCreateEmbeddingsCompleted (const FEmbeddingsResponse &Response, const FOpenAIResponseMetadata &ResponseMetadata) |
| void | OnRequestError (const FString &URL, const FString &Content) |
Static Private Member Functions | |
| static UEmbeddingsAction * | CreateEmbeddings (const FEmbeddings &Embeddings, const FOpenAIAuth &Auth, const FString &URLOverride) |
Private Attributes | |
| FEmbeddings | Embeddings |
| FOpenAIAuth | Auth |
| FString | URLOverride {} |
|
staticprivate |
| URLOverride | Allows for the specification of a custom endpoint. This is beneficial when using a proxy. If this functionality is not required, this parameter can be left blank. |