POST api/OpenAI_Parameters?Authentication_Password={Authentication_Password}&Endpoint={Endpoint}&ApiKey={ApiKey}

Set OpenAI Parameters

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Authentication_Password

To use this request, it is mandatory that you have an authentication pasword.

string

Required

Endpoint

OpenAI endpoint url to use.(To use OpenAI https://api.openai.com/v1/chat/completions)

string

Required

ApiKey

OpenAI ApiKey to use.

string

Required

Body Parameters

None.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>