discourse-ai/lib/modules/ai_bot
Sam 03e689deb7
FIX: Google command was including full payload (#128)
* FIX: Google command was including full payload

Additionally there was no truncating happening meaning you could blow token
budget easily on a single search.

This made Google search mostly useless and it would mean that after using
Google we would revert to a clean slate which is very confusing.

* no need for nil there
2023-08-08 15:41:57 +10:00
..
commands FIX: Google command was including full payload (#128) 2023-08-08 15:41:57 +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 FIX: avoid storing corrupt prompts (#92) 2023-06-20 15:44:03 +10:00
entry_point.rb FEATURE: port to use claude-2 for chat bot (#114) 2023-07-27 11:24:44 +10:00
open_ai_bot.rb FIX: adjust token limits to account for functions (#96) 2023-06-23 10:02:04 +10:00