preset-io / promptimize

Promptimize is a prompt engineering evaluation and testing toolkit.
Apache License 2.0
419 stars 32 forks source link

example in README is outdated #6

Open tfriedel opened 1 year ago

tfriedel commented 1 year ago

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.

edwardmfho commented 1 year ago

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