Skip to content

ChatPharo – AI-driven conversation right inside the Pharo environment.

License

Notifications You must be signed in to change notification settings

omarabedelkader/ChatPharo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatPharo

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.

Prerequisites

  1. Download and Install Ollama

    Visit https://ollama.com/ and download the appropriate version for your system. Install and launch Ollama.

  2. Pull the Codellama Model

    Open your terminal and run the following command:

    ollama pull codellama:7b
    

Installation

To install ChatPharo in your image you can use:

Metacello new
  githubUser: 'omarabedelkader' project: 'ChatPharo' commitish: 'main' path: 'src';
  baseline: 'AIChatPharo';
  load

About

ChatPharo – AI-driven conversation right inside the Pharo environment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •