Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 656 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 656 Bytes

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