FloTeu / llm-prompt-engineering-generator

Library to organize few shot learning for llm models
MIT License
5 stars 0 forks source link

PromptEngineeringMessages from from_pydantic should keep message order of local file #3

Closed FloTeu closed 9 months ago

FloTeu commented 9 months ago

If a json file is imported, at the moment the order of messages can be different to the JSON fle. A use need to read the json file twice, once to get the PromptEngineeringMessages and once to get the right message order.

Tasks: