Skip to content

Latest commit

 

History

History
92 lines (50 loc) · 1.83 KB

AIHordeInitOptions.md

File metadata and controls

92 lines (50 loc) · 1.83 KB

@zeldafan0225/ai_horde / Exports / AIHordeInitOptions

Interface: AIHordeInitOptions

Table of contents

Properties

Properties

api_route

Optional api_route: string

The base api domain + route to use for requests

Defined in

index.ts:1409


cache

Optional cache: AIHordeCacheConfiguration

The configuration for caching results

Defined in

index.ts:1400


cache_interval

Optional cache_interval: number

The interval to check expired data in the cache

Default

1000

Defined in

index.ts:1405


client_agent

Optional client_agent: string

The client agent to pass in the requests.

Defined in

index.ts:1413


default_token

Optional default_token: string

The default token to use for requests

Defined in

index.ts:1407


ratings_api_route

Optional ratings_api_route: string

The ratings api domain + route to use for requests

Defined in

index.ts:1411