We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc09c12 commit 1dc7b89Copy full SHA for 1dc7b89
apps/remix-ide/src/app/plugins/ai-dapp-generator.ts
@@ -174,7 +174,7 @@ export class AIDappGenerator extends Plugin {
174
175
private createInitialMessage(options: GenerateDappOptions): string {
176
const providerCode = this.getProviderCode()
177
-
+
178
return `
179
You MUST generate a new DApp based on the following requirements.
180
@@ -340,7 +340,7 @@ export class AIDappGenerator extends Plugin {
340
341
Remember: Return ALL project files in the 'START_TITLE' format as
342
instructed in the system prompt.
343
- `
+ `
344
}
345
346
private createUpdateMessage(description: string, currentFiles: Pages): string {
0 commit comments