Skip to content

Commit 56710e1

Browse files
committed
fix: always adapt model for ClaudeEnough
1 parent 1e15696 commit 56710e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/backend/src/modules/puterai/ClaudeEnoughService.js

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ class ClaudeEnoughService extends XAIService {
2323
get_system_prompt () {
2424
return CLAUDE_ENOUGH_PROMPT;
2525
}
26+
adapt_model (model) {
27+
return 'grok-beta';
28+
}
29+
2630
}
2731

2832
module.exports = {

0 commit comments

Comments
 (0)