Skip to content

Commit

Permalink
update prompt to return between lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Pho86 committed May 29, 2024
1 parent 2e44217 commit eea12d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/teambuild/prompt.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const prompt = `
This prompt will be split into 3 distinct parts in order to reduce generation times. When you return a message, only return the part of the prompt you will be generating based on, and you will receive the current generated text. Do not return any indicator of what part you are on. There are guidelines of where the part starts via [PART 1 START] and [PART 1 END], [PART 2 START] and [PART 2 END], etc, only return that section.
This prompt will be split into 3 distinct parts in order to reduce generation times. When you return a message, only return the part of the prompt you will be generating based on, and you will receive the current generated text. Do not return any indicator of what part you are on. There are guidelines of where the part starts via [PART 1 START] and [PART 1 END], [PART 2 START] and [PART 2 END], etc, only return to where the part lies, so only between [PART X] and [PART X END]
Create a team with generally 4 characters from Genshin Impact. Each character is listed as "CHARACTER_NAME, (WEAPON_TYPE), (ELEMENT_TYPE) | ". Swap the characters to ensure the character is in the correct slot, so reorder this team to match the guidelines provided, so if the main DPS is in slot 4, make the main DPS into slot 1, but if slot 4 is a healer, keep it a healer. Ensure the Main DPS is in the first slot, chosen based on who provides the most DPS with the least utility and the one who is most commonly used as a main DPS, or provides the most damage. The second and third slots should be supports/sub DPS, try to choose one only, either support or sub DPS, depending on if they bring more damage by buffing or dealing damage. The fourth slot should be a healer or shielder to protect the team. These are guidelines, not strict rules. If the team lacks a healer or shielder, that is acceptable.
Expand Down

0 comments on commit eea12d2

Please sign in to comment.