Skip to content

Commit 5f5b716

Browse files
committed
Fix docs
1 parent a0c19e9 commit 5f5b716

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Download: [**Buy Me A Coffee**](https://ko-fi.com/s/efa2b30d72) | [**Thanks, Per
1919
- The above functions will use the primary language by default, click while holding the shift (⇧) key to use the secondary languages.
2020
- Any API that is compatible with [the OpenAI chat completions API](https://platform.openai.com/docs/api-reference/chat/create) is supported.
2121
- Special support for [the Microsoft Azure OpenAI service](https://learn.microsoft.com/en-us/azure/ai-services/openai/reference#chat-completions).
22-
- Base URL format: `https://{resource-name}.openai.azure.com/openai/deployments/{deployment-id}`
22+
- Base URL format: `https://{resource-name}.openai.azure.com/openai/deployments/{deployment-id}?api-version={api-version}` (it will trim the `/chat/completions` suffix by default)
2323

24-
This extension will attempt to paste(append) the result directly into the active application if the paste command is available. If not, it will copy the result and provide a preview(with possible truncation due to the current limitations of PopClip).
24+
This extension will attempt to paste(append) the result directly into the active application if the paste command is available. If not, it will copy the result and provide a preview(with possible truncation due to the current limitations of PopClip). NOTE that some applications might have the paste command, but nothing was pasted. You can click while holding option(⌥) to force a preview instead of trying to paste first.
2525

2626
**NOTE:** at the moment, no additional AI services or opinioned actions will be added as there are already too many, making the settings UI too crowded.
2727

main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ const chatGPTActionsOptions: Array<any> = [
384384
"identifier": "opinionedActions",
385385
"label": "NOTE",
386386
"type": "heading",
387-
"description": "Click while holding option(⌥) to force preview instead of trying to paste first.",
387+
"description": "Click while holding option(⌥) to force a preview instead of trying to paste first.",
388388
},
389389
{
390390
"identifier": "opinionedActions",

0 commit comments

Comments
 (0)