@@ -6,8 +6,8 @@ import TabItem from '@theme/TabItem';
66
77You need an [ OpenAI API] ( https://openai.com/api/ ) account to use this provider.
88
9- Before you run Aider , set environment variables for your API key and to set the
10- API base URL to CodeGate's API port. Alternately, use one of Aider 's other
9+ Before you run aider , set environment variables for your API key and to set the
10+ API base URL to CodeGate's API port. Alternately, use one of aider 's other
1111[ supported configuration methods] ( https://aider.chat/docs/config/api-keys.html )
1212to set the corresponding values.
1313
@@ -47,7 +47,7 @@ Replace `<YOUR_API_KEY>` with your
4747[ OpenAI API key] ( https://platform.openai.com/api-keys ) .
4848
4949Then run ` aider ` as normal. For more information, see the
50- [ Aider docs for connecting to OpenAI] ( https://aider.chat/docs/llms/openai.html ) .
50+ [ aider docs for connecting to OpenAI] ( https://aider.chat/docs/llms/openai.html ) .
5151
5252</TabItem >
5353<TabItem value = " ollama" label = " Ollama" >
@@ -60,8 +60,8 @@ changed the default Ollama server port or to connect to a remote Ollama
6060instance, launch CodeGate with the ` CODEGATE_OLLAMA_URL ` environment variable
6161set to the correct URL. See [ Configure CodeGate] ( /how-to/configure.md ) .
6262
63- Before you run Aider , set the Ollama base URL to CodeGate's API port using an
64- environment variable. Alternately, use one of Aider 's other
63+ Before you run aider , set the Ollama base URL to CodeGate's API port using an
64+ environment variable. Alternately, use one of aider 's other
6565[ supported configuration methods] ( https://aider.chat/docs/config/api-keys.html )
6666to set the corresponding values.
6767
@@ -75,7 +75,7 @@ export OLLAMA_API_BASE=http://localhost:8989/ollama
7575:::note
7676
7777To persist this setting, add it to your shell profile (e.g., ` ~/.bashrc ` or
78- ` ~/.zshrc ` ) or use one of Aider 's other
78+ ` ~/.zshrc ` ) or use one of's aider 's other
7979[ supported configuration methods] ( https://aider.chat/docs/config/api-keys.html ) .
8080
8181:::
@@ -96,7 +96,7 @@ Restart your shell after running `setx`.
9696</TabItem >
9797</Tabs >
9898
99- Then run Aider :
99+ Then run aider :
100100
101101``` bash
102102aider --model ollama_chat/< MODEL_NAME>
@@ -114,7 +114,7 @@ CPU cores and 16GB of RAM. If you have more compute resources available, our
114114experimentation shows that larger models do yield better results.
115115
116116For more information, see the
117- [ Aider docs for connecting to Ollama] ( https://aider.chat/docs/llms/ollama.html ) .
117+ [ aider docs for connecting to Ollama] ( https://aider.chat/docs/llms/ollama.html ) .
118118
119119</TabItem >
120120</Tabs >
0 commit comments