thumb
thumb copied to clipboard
A simple prompt testing library for LLMs.
If I try to run the demo using Azure's OpenAI API I get the following result: `VBox(children=(IntProgress(value=0, description='Progress:'), HTML(value=''), HBox(children=(Button(description='👎', style=ButtonStyle()), Button(description='👍', style=ButtonStyle()))), HTML(value="Must provide an 'engine' or 'deployment_id' parameter...
* Added types across all of the python files. * Created a basic pyTest test suite. * Added a pyproject.toml with linting checks across black formatting. * Added a pre-commit...