discourse-ai/lib/modules/ai_bot/commands
Sam 5a4598a7b4
FEATURE: Azure OpenAI support for DALL*E 3 (#313)
* FEATURE: Azure OpenAI support for DALL*E 3

Previous to this there was no way to add an inference endpoint for
DALL*E on Azure cause it requires custom URLs

Also:

- On save, when editing a persona it would revert priority and enabled
- More forgiving parsing in command framework for array function calls
- By default generate HD images - they tend to be a bit better
- Improve DALL*E prompt which was getting very annoying and always echoing what it is about to do
- Add a bit of a sleep between retries on image generation
- Fix error handling in image_command
2023-11-27 13:01:05 +11:00
..
categories_command.rb DEV: simplify command framework (#125) 2023-08-04 09:37:58 +10:00
command.rb FIX: implement tools framework for Anthropic (#307) 2023-11-24 06:39:56 +11:00
dall_e_command.rb FEATURE: Azure OpenAI support for DALL*E 3 (#313) 2023-11-27 13:01:05 +11:00
db_schema_command.rb FIX: avoid semicolons at the end of queries for SQL Helper (#268) 2023-10-27 16:21:09 +11:00
google_command.rb FIX: allow for blank fields in Google results (#255) 2023-10-19 14:44:59 +11:00
image_command.rb FEATURE: Azure OpenAI support for DALL*E 3 (#313) 2023-11-27 13:01:05 +11:00
read_command.rb FEATURE: add tags and categories to read context (#215) 2023-09-12 11:06:55 +10:00
search_command.rb FIX: Made bot more robust (#226) 2023-09-14 16:46:56 +10:00
search_settings_command.rb FIX: setting explorer was exceeding token budget 2023-09-01 11:48:51 +10:00
setting_context_command.rb FEATURE: add setting_context experimental command (#160) 2023-08-29 10:43:58 +10:00
summarize_command.rb DEV: simplify command framework (#125) 2023-08-04 09:37:58 +10:00
tags_command.rb DEV: simplify command framework (#125) 2023-08-04 09:37:58 +10:00
time_command.rb DEV: simplify command framework (#125) 2023-08-04 09:37:58 +10:00