This commit is contained in:
string 2025-06-09 20:16:55 +05:30
parent ce1c5c6c31
commit 32c8b6acd4
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ export class SiteTreeservice {
private baseURL = "SiteTree/SiteTree"; private baseURL = "SiteTree/SiteTree";
private dlfbaseURL = environment.nodeUrl + "/entityBuilder"; private dlfbaseURL = environment.nodeUrl + "/entityBuilder";
private llmURL = environment.nodeUrl + "/llm"; private llmURL = environment.nodeUrl + "/llm";
private geminiURL = environment.ollamaUrl;
constructor( constructor(

View File

@ -1725,7 +1725,7 @@ HTML Only. No CSS.
Your task is to write rich, engaging content for the "${sectionName}" section, which is represented by the above JSON structure. Your task is to write rich, engaging content for the "${sectionName}" section, which is represented by the above JSON structure.
🛠 Instructions: 🛠 Instructions:
- Replace only the \`"text"\` fields in the JSON with relevant, marketing-oriented content based on the website's purpose. - Replace only the \`"text","keywords"\` fields in the JSON with relevant, marketing-oriented content based on the website's purpose.
- Maintain the exact same structure and element types. - Maintain the exact same structure and element types.
- Content should be clear, modern, and compelling suitable for a real-world product. - Content should be clear, modern, and compelling suitable for a real-world product.