discourse-ai/app
Roman Rizzi f9d7d7f5f0
DEV: AI bot migration to the Llm pattern. (#343)
* DEV: AI bot migration to the Llm pattern.

We added tool and conversation context support to the Llm service in discourse-ai#366, meaning we met all the conditions to migrate this module.

This PR migrates to the new pattern, meaning adding a new bot now requires minimal effort as long as the service supports it. On top of this, we introduce the concept of a "Playground" to separate the PM-specific bits from the completion, allowing us to use the bot in other contexts like chat in the future. Commands are called tools, and we simplified all the placeholder logic to perform updates in a single place, making the flow more one-wayish.

* Followup fixes based on testing

* Cleanup unused inference code

* FIX: text-based tools could be in the middle of a sentence

* GPT-4-turbo support

* Use new LLM API
2024-01-04 10:44:07 -03:00
..
controllers/discourse_ai DEV: AI bot migration to the Llm pattern. (#343) 2024-01-04 10:44:07 -03:00
jobs DEV: AI bot migration to the Llm pattern. (#343) 2024-01-04 10:44:07 -03:00
mailers FEATURE: support sending AI report to an email address (#368) 2023-12-19 17:51:49 +11:00
models DEV: AI bot migration to the Llm pattern. (#343) 2024-01-04 10:44:07 -03:00
serializers DEV: AI bot migration to the Llm pattern. (#343) 2024-01-04 10:44:07 -03:00
views/list FIX: Corner cases on post embedding and crawler related (#391) 2023-12-29 14:05:02 -03:00