For the complete documentation index, see llms.txt. This page is also available as Markdown.

engineLocation

Path or CDN for engine resources.

Details

Attribute: engine-location

Type: string

Default value: ""

Morphology

selphid.engineLocation = '/assets/engine';

Description

Path or CDN from which facephi-selphid-widget the engine and associated resources are loaded (including tokenizerLocation). If not defined, it inherits resourcesPath of facephi-sdk-provider. The necessary files are provided by the Facephi team.

Considerations

The path must be absolute or relative to the origin of the application (e.g. /assets/engine). Relative paths with notation are not allowed ./ or ../.


Example

<facephi-selphid-widget
    engineLocation={'/assets/engine'}
/>

Last updated