discourse-ai/spec
Sam d1ab79e82f
FEATURE: Add Azure cognitive service support (#93)
The new site settings:

ai_openai_gpt35_url : distribution for GPT 16k
ai_openai_gpt4_url: distribution for GPT 4
ai_openai_embeddings_url: distribution for ada2

If untouched we will simply use OpenAI endpoints.

Azure requires 1 URL per model, OpenAI allows a single URL to serve multiple models. Hence the new settings.
2023-06-21 10:39:51 +10:00
..
lib/modules FIX: avoid storing corrupt prompts (#92) 2023-06-20 15:44:03 +10:00
models FEATURE: Multi-model support for the AI Bot module. (#56) 2023-05-11 10:03:03 -03:00
requests DEV: Remove the summarization feature (#83) 2023-06-13 14:32:26 -03:00
serializers FIX: Serialize channel title for DMs (#90) 2023-06-16 14:37:16 -03:00
shared FEATURE: Add Azure cognitive service support (#93) 2023-06-21 10:39:51 +10:00
support DEV: Remove the summarization feature (#83) 2023-06-13 14:32:26 -03:00
system DEV: Remove the summarization feature (#83) 2023-06-13 14:32:26 -03:00
plugin_spec.rb DEV: DiscourseAI -> DiscourseAi rename to have consistent folders and files (#9) 2023-03-14 16:03:50 -03:00