@@ -10,8 +10,8 @@ You need an [OpenAI API](https://openai.com/api/) account to use this provider.
1010To use a different OpenAI-compatible endpoint, set the ` CODEGATE_OPENAI_URL `
1111[ configuration parameter] ( ../how-to/configure.md#config-parameters ) .
1212
13- Before you run Aider , set environment variables for your API key and to set the
14- API base URL to CodeGate's API port. Alternately, use one of Aider 's other
13+ Before you run aider , set environment variables for your API key and to set the
14+ API base URL to CodeGate's API port. Alternately, use one of aider 's other
1515[ supported configuration methods] ( https://aider.chat/docs/config/api-keys.html )
1616to set the corresponding values.
1717
@@ -51,7 +51,7 @@ Replace `<YOUR_API_KEY>` with your
5151[ OpenAI API key] ( https://platform.openai.com/api-keys ) .
5252
5353Then run ` aider ` as normal. For more information, see the
54- [ Aider docs for connecting to OpenAI] ( https://aider.chat/docs/llms/openai.html ) .
54+ [ aider docs for connecting to OpenAI] ( https://aider.chat/docs/llms/openai.html ) .
5555
5656</TabItem >
5757<TabItem value = " ollama" label = " Ollama" >
@@ -64,8 +64,8 @@ changed the default Ollama server port or to connect to a remote Ollama
6464instance, launch CodeGate with the ` CODEGATE_OLLAMA_URL ` environment variable
6565set to the correct URL. See [ Configure CodeGate] ( ../how-to/configure.md ) .
6666
67- Before you run Aider , set the Ollama base URL to CodeGate's API port using an
68- environment variable. Alternately, use one of Aider 's other
67+ Before you run aider , set the Ollama base URL to CodeGate's API port using an
68+ environment variable. Alternately, use one of aider 's other
6969[ supported configuration methods] ( https://aider.chat/docs/config/api-keys.html )
7070to set the corresponding values.
7171
@@ -79,7 +79,7 @@ export OLLAMA_API_BASE=http://localhost:8989/ollama
7979:::note
8080
8181To persist this setting, add it to your shell profile (e.g., ` ~/.bashrc ` or
82- ` ~/.zshrc ` ) or use one of Aider 's other
82+ ` ~/.zshrc ` ) or use one of's aider 's other
8383[ supported configuration methods] ( https://aider.chat/docs/config/api-keys.html ) .
8484
8585:::
@@ -100,7 +100,7 @@ Restart your shell after running `setx`.
100100</TabItem >
101101</Tabs >
102102
103- Then run Aider :
103+ Then run aider :
104104
105105``` bash
106106aider --model ollama_chat/< MODEL_NAME>
@@ -112,7 +112,7 @@ locally using `ollama pull`.
112112<LocalModelRecommendation />
113113
114114For more information, see the
115- [ Aider docs for connecting to Ollama] ( https://aider.chat/docs/llms/ollama.html ) .
115+ [ aider docs for connecting to Ollama] ( https://aider.chat/docs/llms/ollama.html ) .
116116
117117</TabItem >
118118</Tabs >
0 commit comments