Skip to content

pharo-llm/chatpharo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,056 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 is an AI Assistant inside Pharo.

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Contributors