mirror of
https://github.com/elder-plinius/P4RS3LT0NGV3.git
synced 2026-05-26 18:07:51 +02:00
Update error message for missing API key
This commit is contained in:
@@ -118,7 +118,7 @@ class PromptCraftTool extends Tool {
|
||||
pcRunMutation: async function() {
|
||||
const apiKey = this.pcGetApiKey();
|
||||
if (!apiKey) {
|
||||
this.pcError = 'No API key found. Set your OpenRouter key in PlinyOS first.';
|
||||
this.pcError = 'No API key found. Set your OpenRouter key in Advanced Settings first.';
|
||||
return;
|
||||
}
|
||||
if (!this.pcInput.trim()) {
|
||||
|
||||
Reference in New Issue
Block a user