Skip to content

coentjo/gt4llm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!


In Coen's fork I will add some little tools (like views in GT) that I use. To use it, use the script below instead of the other one:

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

About

A GT package for working with LLMs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smalltalk 100.0%