Skip to content

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Jun 11, 2024
1 parent 8a4eaa6 commit 0127915
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libs/langchain-cohere/src/chat_models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ export interface ChatCohereInput extends BaseChatModelParams {
model?: string;
/**
* What sampling temperature to use, between 0.0 and 2.0.
* Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.
* Higher values like 0.8 will make the output more random,
* while lower values like 0.2 will make it more focused
* and deterministic.
* @default {0.3}
*/
temperature?: number;
Expand Down

0 comments on commit 0127915

Please sign in to comment.