Update TextGen/router.py
Browse files- TextGen/router.py +1 -0
TextGen/router.py
CHANGED
@@ -73,6 +73,7 @@ main_npcs={
|
|
73 |
main_npc_system_prompts={
|
74 |
"Blacksmith":"You are a blacksmith in a video game",
|
75 |
"Herbalist":"You are an herbalist in a video game",
|
|
|
76 |
"Bard":"You are a bard in a video game"
|
77 |
}
|
78 |
class Generate(BaseModel):
|
|
|
73 |
main_npc_system_prompts={
|
74 |
"Blacksmith":"You are a blacksmith in a video game",
|
75 |
"Herbalist":"You are an herbalist in a video game",
|
76 |
+
"Witch":"You are a witch in a video game. You are disguised as a potion seller in a small city where adventurers come to challenge the portal. You are selling some magic spells in a UI that the player only sees. Don't event too much lore and just follow the standard role of a merchant.",
|
77 |
"Bard":"You are a bard in a video game"
|
78 |
}
|
79 |
class Generate(BaseModel):
|