discourse-ai/spec/lib/modules/ai_bot
Sam 20c1f2d788
FEATURE: basic progress for image generation (#133)
previously you would have to wait quite a while to see the prompt this implements
a very basic implementation of progress so you can see the API is working.

Also: 

- Fix google progress.
- Handle the incredibly rare, zero results from google.
- Simplify command so it is less error prone
- replace invoke and attache results with a invoke
- ensure invoke can only ever be run once
- pass in all the information a command needs in constructor
- use new pattern throughout
- test invocation in isolation
2023-08-14 16:30:12 +10:00
..
commands FEATURE: basic progress for image generation (#133) 2023-08-14 16:30:12 +10:00
jobs/regular FEATURE: port to use claude-2 for chat bot (#114) 2023-07-27 11:24:44 +10:00
anthropic_bot_spec.rb FEATURE: port to use claude-2 for chat bot (#114) 2023-07-27 11:24:44 +10:00
bot_spec.rb FEATURE: basic progress for image generation (#133) 2023-08-14 16:30:12 +10:00
entry_point_spec.rb FEATURE: port to use claude-2 for chat bot (#114) 2023-07-27 11:24:44 +10:00
open_ai_bot_spec.rb FEATURE: add ai_bot_enabled_chat commands and tune search (#94) 2023-06-21 17:10:30 +10:00