Skip to content

Commit

Permalink
Windmill AI models doc & changelog' (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
hcourdent authored Nov 25, 2024
1 parent 20738bc commit ad235fc
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 12 deletions.
2 changes: 1 addition & 1 deletion blog/2024-07-12-airflow-alternatives/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions changelog/2024-11-14-mistral-anthropic/index.md
Original file line number Diff line number Diff line change
@@ -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
---
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
24 changes: 13 additions & 11 deletions docs/core_concepts/22_ai_generation/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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).
Expand All @@ -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.

<video
className="border-2 rounded-lg object-cover w-full h-full dark:border-gray-800"
controls
src="/videos/cron_from_prompt.mp4"
/>
/>

## Models

Windmill AI supports natively OpenAI's [GPT-4o](https://platform.openai.com/docs/models/gpt-4o), Anthropic's [Claude 3.5](https://docs.anthropic.com/en/docs/models/claude-3-5-sonnet) and Mistral's [Codestral](https://mistral.ai/technology/#models).

Additionnaly, you can run all Windmill AI features on a specified Azure OpenAI 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).

0 comments on commit ad235fc

Please sign in to comment.