Skip to content

kasperosterbye/ChatPharo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,013 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatPharo

Pharo 13 & 14 License: MIT PRs Welcome Status: Active CI

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: 'pharo-llm' project: 'chatpharo' commitish: 'X.X.X' path: 'src';
  baseline: 'AIChatPharo';
  load

For development version install it with this:

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

About

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

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Smalltalk 100.0%