doc: updated help.md
This commit is contained in:
+14
-7
@@ -17,8 +17,8 @@ Navigate to **Settings ⚙️ → General → LLM Provider**. Depending on your
|
|||||||
1. Obtain an OpenAI API Key from [**OpenAI**](https://platform.openai.com/account/api-keys). You may need to create an account and add a payment method to generate an API Key.
|
1. Obtain an OpenAI API Key from [**OpenAI**](https://platform.openai.com/account/api-keys). You may need to create an account and add a payment method to generate an API Key.
|
||||||
2. In **Settings ⚙️ → General → LLM Provider**, select **OpenAI** as your provider.
|
2. In **Settings ⚙️ → General → LLM Provider**, select **OpenAI** as your provider.
|
||||||
3. Enter your API Key in **OpenAI → Key**.
|
3. Enter your API Key in **OpenAI → Key**.
|
||||||
4. Select your preferred model from the **OpenAI → Model** dropdown. For optimal performance, we recommend `gpt-5.2` or `gpt-5-mini`.
|
4. Select your preferred model from the **OpenAI → Model** dropdown. For a good balance between performance and cost, we recommend `gpt-5.4-mini`.
|
||||||
5. Optionally, choose whether to enable Flex Mode in **OpenAI → Flex Mode**. Flex Mode offers discounted pricing, but may result in slower response times.
|
5. Optionally, choose whether to enable Flex Mode in **OpenAI → Flex Mode**. Flex Mode offers discounted pricing, but may result in slower response times or server-side errors.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -32,10 +32,10 @@ OpenRouter is a platform that provides unified access to a wide range of languag
|
|||||||
4. Browse available models on the [**OpenRouter Models Page**](https://openrouter.ai/models). Use the "Prompt Pricing" filter to identify free models.
|
4. Browse available models on the [**OpenRouter Models Page**](https://openrouter.ai/models). Use the "Prompt Pricing" filter to identify free models.
|
||||||
**Note:** Each model provider may have different data retention and privacy policies. Please review these policies before use.
|
**Note:** Each model provider may have different data retention and privacy policies. Please review these policies before use.
|
||||||
5. Enter your chosen model name in **OpenAI Compatible Server → Model**. Recommended model series include:
|
5. Enter your chosen model name in **OpenAI Compatible Server → Model**. Recommended model series include:
|
||||||
- `Anthropic: claude-4-sonnet` (`anthropic/claude-sonnet-4`: [Link](https://openrouter.ai/anthropic/claude-sonnet-4))
|
- `Anthropic: Claude Sonnet 4.6` (`anthropic/claude-sonnet-4.6`: [Link](https://openrouter.ai/anthropic/claude-sonnet-4.6)) — best balance of quality and cost for the Claude series
|
||||||
- `Qwen: qwen3-30b-a3b` (FREE MODEL: `qwen/qwen3-30b-a3b:free`: [Link](https://openrouter.ai/qwen/qwen3-30b-a3b:free))
|
- `Qwen: Qwen3.5-35B-A3B` (`qwen/qwen3.5-35b-a3b`: [Link](https://openrouter.ai/qwen/qwen3.5-35b-a3b)) — recommended open source model
|
||||||
- `Qwen: qwen3-235b-a22b` (FREE MODEL: `qwen/qwen3-235b-a22b:free`: [Link](https://openrouter.ai/qwen/qwen3-235b-a22b:free))
|
- `Qwen: Qwen3.6 Plus` (FREE MODEL: `qwen/qwen3.6-plus:free`: [Link](https://openrouter.ai/qwen/qwen3.6-plus:free)) — recommended free model; note that free model providers may collect your data, check the model page for details
|
||||||
6. Input the base URL `https://openrouter.ai/api/v1` of the OpenAI Compatible Server in **OpenAI Compatible Server → Base URL**.
|
6. Input the base URL `https://openrouter.ai/api/v1` **OpenAI Compatible Server → Base URL**.
|
||||||
|
|
||||||
### Basic DAW Operations
|
### Basic DAW Operations
|
||||||
|
|
||||||
@@ -56,6 +56,13 @@ OpenRouter is a platform that provides unified access to a wide range of languag
|
|||||||
- Move/resize: drag note body to move selected notes; drag edges to resize.
|
- Move/resize: drag note body to move selected notes; drag edges to resize.
|
||||||
- Close the piano roll with X or ESC.
|
- Close the piano roll with X or ESC.
|
||||||
|
|
||||||
|
- Intelligent Chord Assistant
|
||||||
|
- Enable chord guide from the piano roll toolbar: select T (Tonic), S (Subdominant), or D (Dominant) function.
|
||||||
|
- Hover over any key to see context-aware chord suggestions highlighted in red, matching your selected key signature and mode.
|
||||||
|
- Press Tab to cycle through different chord voicings for the same harmonic function.
|
||||||
|
- Double-click (or Ctrl/Cmd+click) on a highlighted chord to create all notes at once.
|
||||||
|
- Chord length automatically matches your last edited note for consistent rhythm.
|
||||||
|
|
||||||
- Snapping and Quantize
|
- Snapping and Quantize
|
||||||
- Set snapping from the NO SNAP menu (top‑right).
|
- Set snapping from the NO SNAP menu (top‑right).
|
||||||
- Quantize timing with Qua. Pos. (start) and Qua. Len. (length).
|
- Quantize timing with Qua. Pos. (start) and Qua. Len. (length).
|
||||||
@@ -69,7 +76,7 @@ OpenRouter is a platform that provides unified access to a wide range of languag
|
|||||||
|
|
||||||
### Note
|
### Note
|
||||||
|
|
||||||
Due to security reasons, if you are using K.G.Studio from a non-local hosted environment, we won't persist your API Key in your browser's IndexedDB in order to prevent potential XSS attack, you will need to input your API Key every time you start K.G.Studio.
|
For security, when running from a non-local host we do not persist your API key in IndexedDB by default (to reduce XSS risk). You'll be prompted to enter it each time you start K.G.Studio. To opt-in to persistence on non-local hosts, enable "Persist API Keys on Non-Localhost" in Settings (not recommended for shared/production environments).
|
||||||
|
|
||||||
### Disclaimer
|
### Disclaimer
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user