Skip to content
/ gpt-irc Public

Quick and dirty sopel (irc bot) wrapper for GPT-1 transformer

License

Notifications You must be signed in to change notification settings

clemux/gpt-irc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Ugly sopel module for using a model trained with
https://github.com/nshepperd/gpt-2

- install sopel https://github.com/sopel-irc/sopel
  (e.g. pip install sopel)

- git clone https://github.com/clemux/gpt-irc.git ~/.sopel/

- run sopel with no argument to start the configuration wizard

- modify ~/.sopel/modules/gpt/__init__.py to suit your needs

- read ~/.sopel/modules/gpt/__init__.py to get actual usage instructions

- git clone https://github.com/nshepperd/gpt-2.git /path/to/nshepperd/gpt-2

- PYTHONPATH=/path/to/nshepperd/gpt-2/src/ sopel


Credits to the OpenAI team and https://github.com/nshepperd/gpt-2 for most of
the actual work.

About

Quick and dirty sopel (irc bot) wrapper for GPT-1 transformer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages