Skip to content

Evref-BL/AI4Pharo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LLMDebugger

This is an extension of the Pharo Debugger to query an LLM using the Pharo HuggingFace API to do what ever we want.

Installation

Execute the following in a Pharo Playground

Metacello new
  githubUser: 'Evref-BL' project: 'AI4Pharo' commitish: 'main' path: 'src';
  baseline: 'AI4Pharo';
  load

Then, in Settings > Tools > Debugging > DebuggerExtension > LLMDebugger > Activate the extension.

Also, set the API key for hugging face

Usage

When the debugger popup, you have a right panel that allows you to prompt the LLM

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published