Skip to content

Commit

Permalink
fix: always adapt model for ClaudeEnough
Browse files Browse the repository at this point in the history
  • Loading branch information
KernelDeimos committed Nov 22, 2024
1 parent 1e15696 commit 56710e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/backend/src/modules/puterai/ClaudeEnoughService.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ class ClaudeEnoughService extends XAIService {
get_system_prompt () {
return CLAUDE_ENOUGH_PROMPT;
}
adapt_model (model) {
return 'grok-beta';
}

}

module.exports = {
Expand Down

0 comments on commit 56710e1

Please sign in to comment.