ai.service.urlString

The Url of the AI service to use for generating outputs.

Example

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  ai: {
    service: {
      url: "/api/llm"
    }
  }
});
</script>
In this article
ai.service.url
Not finding the help you need?
Contact Support