mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-04 00:20:45 +00:00
fix: always adapt model for ClaudeEnough
This commit is contained in:
@@ -23,6 +23,10 @@ class ClaudeEnoughService extends XAIService {
|
||||
get_system_prompt () {
|
||||
return CLAUDE_ENOUGH_PROMPT;
|
||||
}
|
||||
adapt_model (model) {
|
||||
return 'grok-beta';
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
|
||||
Reference in New Issue
Block a user