Skip to content

Commit

Permalink
docs: Microsoft Azure hosted model docs (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
janhalama authored Jul 1, 2024
1 parent 24c666a commit 36d354b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/agent/changing-models.mdx
Original file line number Diff line number Diff line change
@@ -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)
![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)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 36d354b

Please sign in to comment.