Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 656 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 656 Bytes

gt4llm

is a library for working with LLMs, designed for use with Glamorous Toolkit.

Currently it includes:

  • A client for OpenAI
  • A client for Ollama
  • General utilities for working with LLMs
  • Examples of integrating LLMs in user interfaces

Installation

To install the gt4llm package in a Glamorous Toolkit image simply execute the following Pharo snippet in the environment:

Metacello new
	repository: 'github://feenkcom/gt4llm:main/src';
	baseline: 'Gt4Llm';
	load.
#BaselineOfGt4Llm asClass loadLepiter

Have fun!