Skip to content

Commit

Permalink
fix system message
Browse files Browse the repository at this point in the history
  • Loading branch information
AliAlaqrabawi3 committed Jul 8, 2024
1 parent 46e91c3 commit bb2be5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/control/content/containers/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const Home = ({
const seeder = new buildfire.components.aiStateSeeder({
generateOptions: {
userMessage: 'Provide me with images that relate to [Traveling]',
systemMessage: 'Use https://app.buildfire.com/api/stockImages/?topic=topic&imageType=medium for image URLs, don\'\t use "topic" word as a topic , A maximum of 2 comma-separated topics can be used for each URL, make sure to generate 10 images',
systemMessage: 'Use https://app.buildfire.com/api/stockImages/?topic={topic}&imageType=medium for image URLs, and use "random" as a default, A maximum of 2 comma-separated topic can be used for each URL, make sure to generate 10 images',
hintText: 'Replace values between brackets to match your requirements.',
maxRecords: 10,
jsonTemplate: {
Expand Down

0 comments on commit bb2be5d

Please sign in to comment.