Many of the features that make guidance cool are not supported by the OpenAI API. Guidance supports using any of the HuggingFace open-source instruct-tuned models. To-do: - [ ] add [transformers](https://pypi.org/project/transformers/) dependency - [ ] read up on pretrained models and pick a few to try out - [ ] try em out and see if they're unusably slow or memory hungry or cpu hungry or just bad at doing tasks - [ ] add choice of llm to the config - [ ] go write a bunch of guidance programs that make use of the actual guidance features (#4)
Many of the features that make guidance cool are not supported by the OpenAI API.
Guidance supports using any of the HuggingFace open-source instruct-tuned models.
To-do: