Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
fegloff committed Nov 4, 2024
1 parent ed4a544 commit 80d5954
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/modules/llms/utils/llmsData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,12 @@ export const llmData: LLMData = {
system: config.openAi.chatGpt.chatCompletionContext,
max_tokens: +config.openAi.chatGpt.maxTokens
}
},
luma: {
defaultParameters: {
system: config.openAi.chatGpt.chatCompletionContext,
max_tokens: +config.openAi.chatGpt.maxTokens
}
}
}
}

0 comments on commit 80d5954

Please sign in to comment.