AnyscaleEndpoints
ML engine.
The implementation is based on the engine for the OpenAI API, as Anyscale conforms to it.
There are a few notable differences, though:
context
and a role
. The context
is the text that is the message in the chat, and the role
is who authored it (system
, user
or assistant
, where the last one is the model). For more information, please check the fine tuning guide in the Anyscale Endpoints docs.