Skip to content

Commit

Permalink
Updated adapter options
Browse files Browse the repository at this point in the history
  • Loading branch information
salmenus committed Mar 17, 2024
1 parent d74498c commit 2a1c38b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {DataTransferMode} from '@nlux/core';
import {OpenAiModel} from './model';

export type ChatAdapterOptions = {
useAs?: DataTransferMode;
dataTransferMode?: DataTransferMode;
model?: OpenAiModel;
apiKey: string;
systemMessage?: string;
Expand Down

0 comments on commit 2a1c38b

Please sign in to comment.