Settings
Request
curl --location --request POST 'https://publicapi.xenioo.com/llm/settings' \
--header 'Authorization: Bearer <BOT_AUTH_TOKEN>' \
--header 'Content-Type: application/json'
--data-raw '{
"ProviderName":"<SERVICE PROVIDER NAME>",
"ModelVersion":"<MODEL VERSION>",
"ProviderAPIKey":"<INTEGRATION API KEY>",
"Guidelines":"<GUIDELINES>"
}'Response
Response Codes
Last updated
Was this helpful?