ChatPharo is designed to integrate AI/chat functionality into the Pharo environment. This plugin allows you to communicate with language models (such as OpenAI's ChatGPT) directly from Pharo.
-
Download and Install Ollama
Visit https://ollama.com/ and download the appropriate version for your system. Install and launch Ollama.
-
Pull the Codellama Model
Open your terminal and run the following command:
ollama pull codellama:7b
To install ChatPharo
in your image you can use:
Metacello new
githubUser: 'omarabedelkader' project: 'ChatPharo' commitish: 'main' path: 'src';
baseline: 'AIChatPharo';
load