Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Active Agent supports multiple generation providers, including OpenAI, Anthropic
You can also set the host and port for the generation provider if needed. For example, if you are using a local instance of Ollama or a cloud provider's hosted instance of OpenAI, you can set the host and port as follows:

```yaml
opnai: &openai
openai: &openai
service: "OpenAI"
api_key: <%= Rails.application.credentials.dig(:openai, :api_key) %>
host: "https://your-azure-openai-resource.openai.azure.com"
Expand Down Expand Up @@ -169,4 +169,4 @@ TravelAgent.with(
]
).generate_later
```
This code snippet initializes the `TravelAgent` with a set of instructions and a user message. The agent will then process this context and generate a response based on its defined actions.
This code snippet initializes the `TravelAgent` with a set of instructions and a user message. The agent will then process this context and generate a response based on its defined actions.