mirror of
https://github.com/elder-plinius/P4RS3LT0NGV3.git
synced 2026-04-22 03:36:19 +02:00
Change PromptCraft default model to Hermes 3 405B
https://claude.ai/code/session_01DjqbQB8WcZoGVe78sjvh72
This commit is contained in:
@@ -18,7 +18,7 @@ class PromptCraftTool extends Tool {
|
||||
pcOutput: '',
|
||||
pcOutputs: [],
|
||||
pcStrategy: 'rephrase',
|
||||
pcModel: localStorage.getItem('pc-model') || 'anthropic/claude-sonnet-4.6',
|
||||
pcModel: localStorage.getItem('pc-model') || 'nousresearch/hermes-3-llama-3.1-405b',
|
||||
pcCount: 3,
|
||||
pcLoading: false,
|
||||
pcError: '',
|
||||
|
||||
Reference in New Issue
Block a user