Skip to content

Commit

Permalink
Merge pull request #356 from denizekiz/bugfix/openrouter
Browse files Browse the repository at this point in the history
fix: openrouter 70b don't support 128000, changed to 405b in model.ts
  • Loading branch information
ponderingdemocritus authored Nov 18, 2024
2 parents 4d5a25f + 26028e4 commit bca5b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export const models: Models = {
[ModelClass.SMALL]:
settings.SMALL_OPENROUTER_MODEL ||
settings.OPENROUTER_MODEL ||
"nousresearch/hermes-3-llama-3.1-70b",
"nousresearch/hermes-3-llama-3.1-405b",
[ModelClass.MEDIUM]:
settings.MEDIUM_OPENROUTER_MODEL ||
settings.OPENROUTER_MODEL ||
Expand Down

0 comments on commit bca5b42

Please sign in to comment.