*First release*
What's Changed
Added Features:
* Base classes for tasks, LLMs, predictors, and optimizers
* Classification task
* API LLMs from OpenAI, Anthropic, and DeepInfra
* Local LLM
* optimizer EvoPrompt GA and EvoPrompt DE (https://arxiv.org/abs/2309.08532)
Further changes:
* Added example classification datasets used in https://arxiv.org/abs/2309.08532
* Added dummy classes for testing
* Added example scripts and configs for experiments
* Added experiment results and evaluation notebooks
**Full Changelog**: https://github.com/finitearth/promptolution/commits/0.1.0