Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nbonamy committed May 3, 2024
1 parent f6a2a14 commit 5f215dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/mistralai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export default class extends LlmEngine {
if (model.includes('mistral-large') || model.includes('mixtral-8x22b')) {
return this.getAvailableTools()
} else {
return null
return []
}
}
}

0 comments on commit 5f215dd

Please sign in to comment.