diff --git a/blog/2024-07-12-airflow-alternatives/index.mdx b/blog/2024-07-12-airflow-alternatives/index.mdx index 52ce7fe99..ca723b497 100644 --- a/blog/2024-07-12-airflow-alternatives/index.mdx +++ b/blog/2024-07-12-airflow-alternatives/index.mdx @@ -36,7 +36,7 @@ Repos and stars: ![Comparison of GitHub stars](./star_wars.png "Comparison of GitHub stars") -[Star Wars](https://star-history.com/#windmill-labs/windmill&PrefectHQ/prefect&dagster-io/dagster&temporalio/temporal&kestra-io/kestra&mage-ai/mage-ai&Date), June 21 2018 - July 12 Edition +[Star Wars](https://star-history.com/#windmill-labs/windmill&PrefectHQ/prefect&dagster-io/dagster&temporalio/temporal&kestra-io/kestra&mage-ai/mage-ai&Date), June 21 2018 - July 12 2024 ## Airflow diff --git a/changelog/2024-11-14-mistral-anthropic/enable_ai.png b/changelog/2024-11-14-mistral-anthropic/enable_ai.png new file mode 100644 index 000000000..0c3c50223 Binary files /dev/null and b/changelog/2024-11-14-mistral-anthropic/enable_ai.png differ diff --git a/changelog/2024-11-14-mistral-anthropic/index.md b/changelog/2024-11-14-mistral-anthropic/index.md new file mode 100644 index 000000000..db1c584ca --- /dev/null +++ b/changelog/2024-11-14-mistral-anthropic/index.md @@ -0,0 +1,14 @@ +--- +slug: mistral-anthropic-support +version: v1.424.0 +title: Support for Mistral and Anthropic AI models +tags: ['AI', 'Enterprise Edition'] +description: Windmill AI now supports Mistral's Codestral and Anthropic's Claude 3.5 models. +docs: /docs/core_concepts/22_ai_generation/index.mdx +features: + [ + 'Added support for Mistral Codestral model', + 'Added support for Anthropic Claude 3.5 model' + ] +image: ./enable_ai.png +--- \ No newline at end of file diff --git a/docs/core_concepts/22_ai_generation/enable_ai.png b/docs/core_concepts/22_ai_generation/enable_ai.png new file mode 100644 index 000000000..0c3c50223 Binary files /dev/null and b/docs/core_concepts/22_ai_generation/enable_ai.png differ diff --git a/docs/core_concepts/22_ai_generation/enable_autopilot.png b/docs/core_concepts/22_ai_generation/enable_autopilot.png deleted file mode 100644 index 4da112b0c..000000000 Binary files a/docs/core_concepts/22_ai_generation/enable_autopilot.png and /dev/null differ diff --git a/docs/core_concepts/22_ai_generation/index.mdx b/docs/core_concepts/22_ai_generation/index.mdx index 1abb55af1..2b0c76c07 100644 --- a/docs/core_concepts/22_ai_generation/index.mdx +++ b/docs/core_concepts/22_ai_generation/index.mdx @@ -10,11 +10,9 @@ If you're rather interested in leveraging OpenAI from your scripts, flows and ap ::: -To enable Windmill AI, go to the "Windmill AI" tab in the workspace settings and add an [OpenAI resource](../../integrations/openai.md). Code completion is disabled by default, but you can enable it in the same tab. +To enable Windmill AI, go to the "Windmill AI" tab in the workspace settings and add a [supported model](#models)'s [resource](../3_resources_and_types/index.mdx). Code completion is disabled by default, but you can enable it in the same tab. -Windmill AI uses OpenAI's [GPT-4o](https://openai.com/index/hello-gpt-4o/). - -![Enable Windmill autopilot](./enable_autopilot.png 'Enable Windmill autopilot') +![Enable Windmill AI](./enable_ai.png 'Enable Windmill AI') ## Windmill AI for scripts @@ -174,12 +172,6 @@ When adding a [branch](../../flows/13_flow_branches.md), the AI assistant will s src="/videos/branch_predicate_copilot.mp4" /> -## Azure OpenAI advanced models - -You can run all Windmill AI features on a specified deployed model. - -You need to specify the base path of the model in the [instance settings](../../advanced/18_instance_settings/index.mdx#azure-openai-base-path). - ## Windmill AI code completion When code completion is enabled, Windmill AI suggests completions as you type in all code editors (Script, Flow, Apps). @@ -192,8 +184,18 @@ When code completion is enabled, Windmill AI suggests completions as you type in ## CRON schedules from prompt +The AI assistant can generate CRON [schedules](../1_scheduling/index.mdx) from a prompt. +