View source: R/api_process_response.R
gptstudio_response_process | R Documentation |
This function provides a generic interface for calling different APIs
(e.g., OpenAI, HuggingFace, Google AI Studio). It dispatches the actual API
calls to the relevant method based on the class
of the skeleton
argument.
gptstudio_response_process(skeleton, ...)
skeleton |
A |
... |
Extra arguments, not currently used |
A gptstudio_request_skeleton
with updated history and prompt removed
## Not run:
gptstudio_response_process(gptstudio_skeleton)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.