feat(providers): switch to apiKey key

This commit is contained in:
ItzCrazyKns
2025-07-19 16:09:21 +05:30
parent 543f1df5ce
commit 8e0ae9b867
4 changed files with 9 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ export const loadDeepseekChatModels = async () => {
chatModels[model.key] = {
displayName: model.displayName,
model: new ChatOpenAI({
openAIApiKey: deepseekApiKey,
apiKey: deepseekApiKey,
modelName: model.key,
temperature: 0.7,
configuration: {