]> gitweb.factorcode.org Git - factor.git/commit
Added a simple GUI interface for openai (#2787)
authorDave Carlton <davec@mac.com>
Sun, 30 Jul 2023 20:36:28 +0000 (15:36 -0500)
committerGitHub <noreply@github.com>
Sun, 30 Jul 2023 20:36:28 +0000 (13:36 -0700)
commit25f3a6b6082f69847bf4c3f2ffb24a390bb2235a
treef8eb3bae12e131cdf69afe816a46fea90eaf9975
parent0b403c459be4069526700f1f87795328f0e1dae8
Added a simple GUI interface for openai (#2787)

* Added a simple GUI interface for openai

* Change >B to use .s

Redo sloppy code

* Renamed openai-gui to gui

* Added logging to a listener window for debugging when walker is not available.

* Ignore git-id file created by save-git-id in mason.build
.gitignore
basis/ui/tools/listener/log/authors.txt [new file with mode: 0644]
basis/ui/tools/listener/log/log.factor [new file with mode: 0644]
extra/openai/gui/authors.txt [new file with mode: 0644]
extra/openai/gui/gui-docs.factor [new file with mode: 0644]
extra/openai/gui/gui.factor [new file with mode: 0644]