Skip to content

Commit

Permalink
Adapt prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
dfuchss committed Sep 24, 2024
1 parent e522318 commit 522530a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public enum LLMArchitecturePrompt {
"Now provide a list that only covers the component names. Omit common prefixes and suffixes in the names."), //
AGGREGATION_V1("""
You get a list of possible component names. Your task is to aggregate the list and remove duplicates.
Also filter out component names that are very generic. Do not repeat what you filtered out. Only provide the final list.
Also filter out component names that are very generic. Do not repeat what you filtered out. Only provide the final enumeration.
Possible component names:
Expand Down

0 comments on commit 522530a

Please sign in to comment.