tip: always add to (system) prompt: only respond in english - you could also add exceptions if required (let's say for more immersion), such as for names, but you'd want to add "if a word or phrase is not in english, write it in italic and then add its translation in brackets, example: "Autobahn" (highway)", "du bisst was du isst" (you are what you eat), ... the reason for that is for multi-language (or esp chinese) models, sometimes non-english (chinese) words / characters "sneak" into the output
Very nice :)
thanks
tip: always add to (system) prompt: only respond in english - you could also add exceptions if required (let's say for more immersion), such as for names, but you'd want to add "if a word or phrase is not in english, write it in italic and then add its translation in brackets, example: "Autobahn" (highway)", "du bisst was du isst" (you are what you eat), ...
the reason for that is for multi-language (or esp chinese) models, sometimes non-english (chinese) words / characters "sneak" into the output
Thanks for the tip!
perhaps add options num_ctx to ensure a higher context than default?
next: implementing with agents to spawn every entity dynamically 😎
i'm getting sometimes (mostly?) error: in create_towns
town_description = output.strip().split('
')[1]\
IndexError: list index out of range
any ideas?
maybe will do better via 1-shot or multi-shot
btw i'm using TheAzazel/l3.2-rogue-creative-instruct-abliterated-7b (it's on ollama models db)