Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit45823be

Browse files
committed
Add a sample configuration file
1 parenta3ee433 commit45823be

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

‎README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,16 @@ use({
2727

2828
The plugin looks for a configuration file in your home directory called
2929
`.chatgpt-nvim.json`, and it expects a valid`session_token` to be set for
30-
queries to work.
30+
queries to work:
3131

32-
You can find this session token by completing the following steps:
32+
```
33+
{
34+
"authorization": "<API-KEY>", # Optional API key
35+
"session_token": "<SESSION-TOKEN>" # Your ChatGPT session token
36+
}
37+
```
38+
39+
You can find your session token by completing the following steps:
3340
1. Navigate to[https://chat.openai.com/chat](https://chat.openai.com/chat)
3441
after logging in or signing up
3542
2. Open the developer console (F12)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp