Getting started
Getting Started with gollm
This guide will help you set up and start using gollm in your Go projects.
Installation
To install gollm, use the following command:
Basic Setup
Here's a simple example to get you started:
This example demonstrates how to create an LLM instance, set up a simple prompt, and generate a response.
Last updated