preset-io / promptimize

Promptimize is a prompt engineering evaluation and testing toolkit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

example in README is outdated

tfriedel opened this issue · comments

when trying to run the example from the README
the line "from promptimize.prompts import SimplePrompt" can not be executed because:
ModuleNotFoundError: No module named 'promptimize.prompts'

It seems like the README was written for an earlier version and meanwhile the code has been refactored.

Tried to address in my PR. No response so far.