Quick Tour
Installation
Hello World with LLM
The LLM
class provides a flexible interface to generate data with LLMs. Below is a minimal example of using LLM
: we simply create an LLM
object with a model_name
, in this case gpt-4o-mini
, and passing in a prompt.
What's next?
Check out the key concepts of the library in Key Concepts
See important caching feature avail
Last updated