Skip to content

Commit

Permalink
doc: update
Browse files Browse the repository at this point in the history
  • Loading branch information
hanrw committed Apr 18, 2024
1 parent 8e4db7a commit 77eb1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ val openAIGateway = initOpenAIGateway(
apiKey = { "YOUR_ANTHROPIC_API_KEY" },
anthropicVersion = { "YOUR_ANTHROPIC_VERSION" }
),
ollamaConfig = OllamaConfig(
OllamaConfig(
baseUrl = { "YOUR_OLLAMA_BASE_URL" },
protocol = { "YOUR_OLLAMA_PROTOCOL" },
port = { "YOUR_OLLAMA_PORT" }
Expand Down

0 comments on commit 77eb1f1

Please sign in to comment.