Skip to content

Commit 80d5954

Browse files
committed
minor change
1 parent ed4a544 commit 80d5954

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/modules/llms/utils/llmsData.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,12 @@ export const llmData: LLMData = {
238238
system: config.openAi.chatGpt.chatCompletionContext,
239239
max_tokens: +config.openAi.chatGpt.maxTokens
240240
}
241+
},
242+
luma: {
243+
defaultParameters: {
244+
system: config.openAi.chatGpt.chatCompletionContext,
245+
max_tokens: +config.openAi.chatGpt.maxTokens
246+
}
241247
}
242248
}
243249
}

0 commit comments

Comments
 (0)