An open API service indexing awesome lists of open source software.

https://github.com/pharo-llm/chatpharo

ChatPharo is an AI Assistant inside Pharo
https://github.com/pharo-llm/chatpharo

pharo pharo-llm

Last synced: 2 months ago
JSON representation

ChatPharo is an AI Assistant inside Pharo

Awesome Lists containing this project

README

          

# ChatPharo

[![Pharo 13 & 14](https://img.shields.io/badge/Pharo-13%20%7C%2014-2c98f0.svg)](https://github.com/pharo-llm/chatpharo)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/pharo-llm/chatpharo/blob/master/LICENSE)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/pharo-llm/chatpharo/pulls)
[![Status: Active](https://img.shields.io/badge/status-active-success.svg)](https://github.com/pharo-llm/chatpharo)
[![CI](https://github.com/pharo-llm/chatpharo/actions/workflows/CI.yml/badge.svg)](https://github.com/pharo-llm/chatpharo/actions/workflows/CI.yml)

ChatPharo is designed to integrate AI/chat functionality into the Pharo environment. This plugin allows you to communicate with language models directly from Pharo.

To install stable version of `ChatPharo` in your image you can use:

```smalltalk
Metacello new
githubUser: 'pharo-llm' project: 'chatpharo' commitish: 'X.X.X' path: 'src';
baseline: 'AIChatPharo';
load
```

For development version install it with this:

```smalltalk
Metacello new
githubUser: 'pharo-llm' project: 'chatpharo' commitish: 'main' path: 'src';
baseline: 'AIChatPharo';
load.
```

# UI - Temporary ChatPharo

ex-github

# UI - ChatPharo \& inside System Browser

ex2-github