Skip to content

Commit

Permalink
feat: update model signature
Browse files Browse the repository at this point in the history
  • Loading branch information
InTheCloudDan committed Nov 11, 2024
1 parent a7d6b99 commit 93b818d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/sdk/server-ai/src/api/config/LDAIConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ export interface LDModelConfig {
*/
modelId?: string;

/**
* The temperature of the model.
*/
temperature?: number;

/**
* The maximum number of tokens to generate.
*/
maxTokens?: number;

/**
* And additional model specific information.
*/
Expand Down

0 comments on commit 93b818d

Please sign in to comment.