mirror of
https://github.com/yetanotherrepo/obsidian-copilot-auto-completion-plus.git
synced 2026-07-22 07:24:48 +00:00
1.6 KiB
1.6 KiB
Setting Up the OpenAI API
Preparing Your OpenAI Account
- Navigate to the OpenAI API website.
- Sign in to your existing OpenAI account or create a new one if necessary.
- Ensure that your payment details are entered and current.
Obtaining OpenAI API Keys
- Navigate to the OpenAI API website.
- Select the
API Keystab from the left-hand menu. - Click the
+ Create new secret keybutton. - Store the generated API key securely.
Configuring the Plugin
- Open the Obsidian vault where this plugin is installed.
- Access the settings for this plugin.
- Paste the API key you copied earlier into the
OpenAI API Keyfield in Quick Setup. - Select one of the recommended models.
GPT-5.4 miniis the default recommendation for autocomplete latency and quality. - Test the connection by clicking the
Test Connectionbutton to ensure the API key is correct and the plugin can connect to the OpenAI API. - Exit the settings window.
- The plugin is now ready for use. Begin typing, and upon reaching a trigger, such as the end of a sentence, the plugin will offer suggestions. Or manually trigger the plugin by opening the command palette and typing
Copilot Auto Completion Plus: Predict.
Advanced Settings lets you change the OpenAI API URL, refresh the full model list, or point the plugin at an OpenAI-compatible local server.
Note: GPT-5 reasoning models do not support every classic sampling parameter. When using these models, the plugin omits unsupported OpenAI Responses API parameters such as temperature and top_p.