Skip to content

Commit

Permalink
Add missing brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
iKapitonau committed Feb 21, 2025
1 parent c187510 commit b959183
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/core/src/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1180,6 +1180,9 @@ export const models: Models = {
maxInputTokens: 128000,
maxOutputTokens: 8192,
temperature: 0.7,
},
},
},
[ModelProviderName.NEARAI]: {
endpoint: settings.NEARAI_API_URL || "https://api.near.ai/v1",
model: {
Expand Down

0 comments on commit b959183

Please sign in to comment.