diff --git a/docs/agent/changing-models.mdx b/docs/agent/changing-models.mdx index 7a7971e0..8d13de7f 100644 --- a/docs/agent/changing-models.mdx +++ b/docs/agent/changing-models.mdx @@ -1,6 +1,13 @@ # Changing models -By default Superface uses the *OpenAI ChatGPT-3.5 Turbo* model, however this may not necessarily be the best model for all the capabilities you want to add with your tools. + +By default Superface uses the _OpenAI ChatGPT-3.5 Turbo_ model, however this may not necessarily be the best model for all the capabilities you want to add with your tools. You can modify the model that the agent uses by clicking on **Settings > System** and selecting the model you want to run your tools with from the **Foundation model** drop down list. -![The Foundation model list is found on the System settings page](/img/agent/6a-foundation-model-expanded.png) \ No newline at end of file +![The Foundation model list is found on the System settings page](/img/agent/6a-foundation-model-expanded.png) + +## Microsoft Azure + +You can configure your own privately hosted LLM model in Microsoft Azure by clicking on **Settings > System** and configuring the Microsoft Azure section. This involves configuring the endpoint, key and model of the hosted model in Microsoft Azure. + +![The Microsoft Azure model configuration form](/img/agent/6b-microsoft-azure-llm-model-configuration.png) diff --git a/static/img/agent/6b-microsoft-azure-llm-model-configuration.png b/static/img/agent/6b-microsoft-azure-llm-model-configuration.png new file mode 100644 index 00000000..78b3f049 Binary files /dev/null and b/static/img/agent/6b-microsoft-azure-llm-model-configuration.png differ