Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evref-bl/ai4pharo
https://github.com/evref-bl/ai4pharo
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/evref-bl/ai4pharo
- Owner: Evref-BL
- License: mit
- Created: 2023-11-14T13:09:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-23T15:20:42.000Z (5 months ago)
- Last Synced: 2024-07-23T17:35:34.722Z (5 months ago)
- Language: Smalltalk
- Size: 110 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LLMDebugger
This is an extension of the Pharo Debugger to query an LLM using the [Pharo HuggingFace API](https://github.com/Evref-BL/Pharo-HuggingFace) to do what ever we want.
## Installation
Execute the following in a Pharo Playground
```st
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](https://github.com/Evref-BL/Pharo-HuggingFace)
## Usage
When the debugger popup, you have a right panel that allows you to prompt the LLM