Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

If you’re hosting a model on your own server, use the endpoint property to specify the location of the model.

For example:

models: {
  "My Custom Model": {
    endpoint: "https://myserver",
    apiFormat: "completion",
    model: "Llama-2-70b-chat-hf-function-calling-v2",
    apiKey: "......"
  }
}
  • No labels