Contains a server action named ChatCompletion which calls the NVIDIA ChatCompletion API.
The API appends 2 headers dynamically in the OnBeforeRequest.
- Authorization and Content-Type in the OnBeforeRequest REST API Callback.
Defintion of this API from NVIDIA:
Given a list of messages comprising a conversation, the model will return a response. Compatible with OpenAI.
Check out documentation for tips and tricks!