discourse-ai/lib/modules/ai_bot
Sam b4477ecdcd
FEATURE: support 16k and 32k variants for Azure GPT (#140)
Azure requires a single HTTP endpoint per type of completion.

The settings: `ai_openai_gpt35_16k_url` and `ai_openai_gpt4_32k_url` can be
used now to configure the extra endpoints

This amends token limit which was off a bit due to function calls and fixes
a minor JS issue where we were not testing for a property
2023-08-17 11:00:11 +10:00
..
commands FEATURE: basic progress for image generation (#133) 2023-08-14 16:30:12 +10:00
jobs/regular FEATURE: Less friction for starting a conversation with an AI bot. (#63) 2023-05-16 14:38:21 -03:00
anthropic_bot.rb FEATURE: port to use claude-2 for chat bot (#114) 2023-07-27 11:24:44 +10:00
bot.rb FEATURE: basic progress for image generation (#133) 2023-08-14 16:30:12 +10:00
entry_point.rb FEATURE: optional warning attached to all AI bot conversations (#137) 2023-08-17 06:29:58 +10:00
open_ai_bot.rb FEATURE: support 16k and 32k variants for Azure GPT (#140) 2023-08-17 11:00:11 +10:00