Skip to content

msuslu/cl-llm-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WORK IN PROGRESS

cl-llm-chat

Usage

(defvar *token* (uiop:getenv "ANYSCALE_TOKEN"))

(defparameter *chat* (make-instance 'llm-chat:anyscale-completion :api-key *token*))

(llm-chat:get-completion *chat* "Hello! How are you?")

Installation

About

LLM chat client for Anyscale completions endpoint

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors