custom_model.py
or custom_chat_model.py
respectively.
with_configurable_fields
function in the config.py
file. You can
ChatCustomModel
or the CustomModel
provider for chat-style model or instruct-style models.
Enter the URL
. The playground will automatically detect the available endpoints and configurable fields. You can then invoke the model with the desired parameters.
with_configurable_fields
.
See how to store your model configuration for later use here.