Skip to content
 
 

Latest commit

 

History

578 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 directly from Pharo.

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

Metacello new
  githubUser: 'omarabedelkader' project: 'ChatPharo' commitish: 'v0.1.0' path: 'src';
  baseline: 'AIChatPharo';
  load

For development version install it with this:

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

UI - Temporary ChatPharo

ex-github

UI - ChatPharo & inside System Browser

ex2-github

About

ChatPharo: an AI Assistant inside the Pharo environment.

Resources

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages