FloTeu / llm-prompt-engineering-generator

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

Add mypy support #1

Open FloTeu opened 9 months ago

FloTeu commented 9 months ago

If another project runs mypy and imports llm-prompting-gen and error is thrown:

error: Skipping analyzing "llm_prompting_gen.models.prompt_engineering": module is installed, but missing library stubs or py.typed marker  [import-untyped]

Task: Add mypy to llm-prompting-gen and ensure that such errors do not appear anymore.