* Update AzureChatOpenAI.ts - corrected reasoning description and default - Description for reasoning effort only mentioned o1. Added o3. - Changed reasoning effort default to medium as this is OpenAI's default / what users will most likely expect (https://platform.openai.com/docs/guides/reasoning) * Update ChatOpenAI.ts - corrected reasoning description and default - Description for reasoning effort only mentioned o1. Added o3. - Changed reasoning effort default to medium as this is OpenAI's default / what users will most likely expect (https://platform.openai.com/docs/guides/reasoning) * Update models.json - add specific model ID for o3-mini - Added o3-mini-2025-01-31 - Updated "o3-mini" label to "o3-mini (latest)" This allows the user to choose a specific model ID and avoid the risk of unexpected behavior if the "o3-mini" alias is updated. |
||
|---|---|---|
| .. | ||
| Azure.svg | ||
| AzureChatOpenAI.ts | ||
| AzureChatOpenAI_LlamaIndex.ts | ||
| FlowiseAzureChatOpenAI.ts | ||
| README.md | ||
README.md
Azure OpenAI Chat Model
Azure OpenAI Chat Model integration for Flowise
🌱 Env Variables
| Variable | Description | Type | Default |
|---|---|---|---|
| AZURE_OPENAI_API_KEY | Default credential.azureOpenAIApiKey for Azure OpenAI Model |
String | |
| AZURE_OPENAI_API_INSTANCE_NAME | Default credential.azureOpenAIApiInstanceName for Azure OpenAI Model |
String | |
| AZURE_OPENAI_API_DEPLOYMENT_NAME | Default credential.azureOpenAIApiDeploymentName for Azure OpenAI Model |
String | |
| AZURE_OPENAI_API_VERSION | Default credential.azureOpenAIApiVersion for Azure OpenAI Model |
String |
License
Source code in this repository is made available under the Apache License Version 2.0.