Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Commit deb612f

Browse files
authored
apiBasePath
1 parent bb20fa1 commit deb612f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/general/symmetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Example `provider.yaml`:
120120
```yaml
121121
apiHostname: localhost # The host of your inference server
122122
apiKey: # The API key for your inference server
123-
apiChatPath: /v1/chat/completions # The path to the inference endpoint
123+
apiBasePath: /v1 # The path to the inference endpoint
124124
apiPort: 11434 # The port of your inference server
125125
apiProtocol: http # The protocol of your inference server
126126
apiProvider: ollama # The name of the inference provider

0 commit comments

Comments
 (0)