nlux icon indicating copy to clipboard operation
nlux copied to clipboard

The project adopts the transit API, can you customize the configuration host?

Open wkABXY opened this issue 11 months ago β€’ 1 comments

import {DataTransferMode} from '@nlux/core'; import {OpenAiModel} from './model';

export type ChatAdapterOptions = { dataTransferMode?: DataTransferMode; model?: OpenAiModel; apiKey: string; systemMessage?: string; host?: string; };

wkABXY avatar Mar 08 '24 07:03 wkABXY