Skip to content

Commit 3734cb9

Browse files
committed
tw review 1
1 parent a60375b commit 3734cb9

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

content/en/docs/marketplace/genai/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Supercharge your applications with Mendix's Agents Kit. This powerful set of com
6060
| [Mistral Connector](/appstore/modules/genai/reference-guide/external-connectors/mistral/) | Connect to Mistral AI. | Connector Module | 10.24 |
6161
| [OpenAI Connector](/appstore/modules/genai/openai/) | Connect to OpenAI and Microsoft Foundry. | Connector Module | 10.24 |
6262
| [PgVector Knowledge Base](/appstore/modules/genai/pgvector/) | Manage and interact with a PostgreSQL *pgvector* Knowledge Base. | Connector Module | 10.24 |
63-
| [RFP Assistant Starter App / Questionnaire Assistant Starter App](https://marketplace.mendix.com/link/component/235917) | The RFP Assistant Starter App and the Questionnaire Assistant Starter App leverage historical question-answer pairs (RFPs) and a continuously updated knowledge base to generate and assist in editing responses to RFPs. This offers a time-saving alternative to manually finding similar responses and enhancing the knowledge management process. | Starter App | 10.24 |
63+
| [RFP Assistant Starter App / Questionnaire Assistant Starter App](https://marketplace.mendix.com/link/component/235917) | The RFP Assistant Starter App and the Questionnaire Assistant Starter App leverage historical question-answer pairs (RFPs) and a continuously updated knowledge base to generate and assist in editing responses to RFPs. This offers a time-saving alternative to manually finding similar responses and enhancing the knowledge management process. | Starter App | 10.24 |
6464
| [Snowflake Showcase App](https://marketplace.mendix.com/link/component/225845) | Learn how to implement the Cortex functionalities in your app. | Showcase App | 10.24 |
6565

6666
Older versions of the marketplace modules and GenAI Showcase App are available in Studio Pro 9.24.2.

content/en/docs/marketplace/genai/concepts/function-calling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ We also strongly advise that you build user confirmation logic into function mic
5656

5757
### Supported OpenAI models {#supported-models-openai}
5858

59-
OpenAI's latest GPT-3.5 Turbo, GPT-4 Turbo and GPT-4o models are trained with function calling data. Older model versions may not support parallel function calling. For more details view [OpenAI Documentation](https://platform.openai.com/docs/guides/function-calling/supported-models).
59+
OpenAI's latest GPT-3.5 Turbo, GPT-4 Turbo and GPT-4o models are trained with function calling data. Older model versions may not support parallel function calling. For more details, see [OpenAI Documentation](https://platform.openai.com/docs/guides/function-calling/supported-models).
6060

61-
For models used through Microsoft Foundry, feature availability is currently different depending on method of input and deployment type. For details view [Microsoft Foundry Documentation](https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models#differences-between-openai-and-azure-openai-gpt-4-turbo-ga-models).
61+
For models used through Microsoft Foundry, feature availability is currently different depending on method of input and deployment type. For details, see [Microsoft Foundry Documentation](https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models#differences-between-openai-and-azure-openai-gpt-4-turbo-ga-models).
6262

6363
### Supported Amazon Bedrock models {#supported-models-bedrock}
6464

content/en/docs/marketplace/genai/how-to/start_from_a_starter_app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Follow the steps below to configure OpenAI for your application. For more inform
9090
* **API Type**: Choose between **OpenAI** or **Azure OpenAI**.
9191
* **Endpoint**: Enter the endpoint URL for your selected API type.
9292
* **API key**: Provide the API key for authentication.
93-
* If using Microsoft Foundry, add the **Azure key type** by choosing between **OpenAI** or **Azure OpenAI***.
93+
* If using Microsoft Foundry, add the **Azure key type** by choosing between **OpenAI** or **Azure OpenAI**.
9494

9595
* After saving the changes, a new pop-up will appear to add the deployment models. Select **Add deployed model** and provide the following details (optional for the OpenAI API Type):
9696
* **Display name**: A reference name for the deployed model (e.g., "GPT-4 Conversational").

content/en/docs/marketplace/genai/how-to/start_from_blank_app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Follow the steps below to configure OpenAI for your application. For more inform
131131
* **API Type**: Choose between **OpenAI** or **Azure OpenAI**.
132132
* **Endpoint**: Enter the endpoint URL for your selected API type.
133133
* **API key**: Provide the API key for authentication.
134-
* If using Microsoft Foundry, add the **Azure key type** by choosing between **OpenAI** or **Azure OpenAI***.
134+
* If using Microsoft Foundry, add the **Azure key type** by choosing between **OpenAI** or **Azure OpenAI**.
135135

136136
* After saving the changes, a new pop-up will appear to add the deployment models. Select **Add deployed model** and provide the following details (optional for the OpenAI API Type):
137137
* **Display name**: A reference name for the deployed model (e.g., "GPT-4 Conversational").

0 commit comments

Comments
 (0)