Skip to content

Commit

Permalink
Chore: fix the typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Taranveer Bains committed Mar 8, 2024
1 parent af56e26 commit 2672b3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ rc-chatgpt-tui
We provide a `config.json` file within your directory for easy access to essential settings.
On most Macs, the path is `~/.chatgpt-tui/config.json`.
This file includes the URL used for network calls to the TUI,
specified as `chatGPTAPiUrl: "https://api.openai.com/v1/chat/completions"`.
specified as `chatGPTApiUrl: "https://api.openai.com/v1/chat/completions"`.
Additionally, the `systemMessage` field is available for customizing system prompt messages.

## Demo
Expand Down
2 changes: 1 addition & 1 deletion config/config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"chatGPTAPiUrl": "https://api.openai.com/v1/chat/completions",
"chatGPTApiUrl": "https://api.openai.com/v1/chat/completions",
"systemMessage": ""
}

0 comments on commit 2672b3c

Please sign in to comment.