We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a1071e commit dfdccecCopy full SHA for dfdccec
1 file changed
README.md
@@ -152,11 +152,12 @@ AI Settings for all utilies are stored at `~/.commandai/config.json`. Here’s w
152
153
```json
154
{
155
- "aiService": "", // Pick "Ollama" or "ChatGPT"
+ "aiService": "", // Pick "Ollama" "ChatGPT" "OpenAI"
156
"ollamaUrl": "", // Ollama server URL
157
"ollamaModel": "", // Model for Ollama
158
- "chatgptApiKey": "", // ChatGPT API key
159
- "chatgptModel": "", // Model for ChatGPT
+ "openAIApiKey": "", // ChatGPT / OpenAI API key
+ "openAIModel": "", // Model for OpenAI
160
+ "openAIUrl": "", // URL for OpenAI not needed for ChatGPT
161
"showExecutionDescription": true, // Show descriptions
162
"showExecutionPlan": true, // Show plans
163
"enableLogging": false // Enable logging
0 commit comments