Skip to content

Commit 798a51e

Browse files
authored
Merge pull request #35 from CommandAI/openAI
udpate README for new config
2 parents 511b1d6 + dfdccec commit 798a51e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,12 @@ AI Settings for all utilies are stored at `~/.commandai/config.json`. Here’s w
152152
153153
```json
154154
{
155-
"aiService": "", // Pick "Ollama" or "ChatGPT"
155+
"aiService": "", // Pick "Ollama" "ChatGPT" "OpenAI"
156156
"ollamaUrl": "", // Ollama server URL
157157
"ollamaModel": "", // Model for Ollama
158-
"chatgptApiKey": "", // ChatGPT API key
159-
"chatgptModel": "", // Model for ChatGPT
158+
"openAIApiKey": "", // ChatGPT / OpenAI API key
159+
"openAIModel": "", // Model for OpenAI
160+
"openAIUrl": "", // URL for OpenAI not needed for ChatGPT
160161
"showExecutionDescription": true, // Show descriptions
161162
"showExecutionPlan": true, // Show plans
162163
"enableLogging": false // Enable logging

0 commit comments

Comments
 (0)