mirror of
https://github.com/logancyang/obsidian-copilot.git
synced 2026-07-22 07:50:24 +00:00
Update name to Copilot for Obsidian
This commit is contained in:
parent
feafdaaec7
commit
fe4e4d84fa
4 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# 🔍 Obsidian Copilot
|
||||
# 🔍 Copilot for Obsidian
|
||||
|
||||
Obsidian Copilot is a ChatGPT interface right inside Obsidian. It has a minimalistic design and is straightforward to use.
|
||||
Copilot for Obsidian is a ChatGPT interface right inside Obsidian. It has a minimalistic design and is straightforward to use.
|
||||
|
||||
- 💬 ChatGPT integration in Obsidian.
|
||||
- 🚀 Turbocharge your Second Brain with AI.
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 244 KiB After Width: | Height: | Size: 412 KiB |
|
|
@ -58,7 +58,7 @@ export class OpenAIRequestManager {
|
|||
const formattedMessages = [
|
||||
{
|
||||
role: 'system',
|
||||
content: 'You are a helpful assistant named Obsidian Copilot.',
|
||||
content: 'You are a helpful assistant named Copilot for Obsidian.',
|
||||
},
|
||||
...messages,
|
||||
];
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ export class CopilotSettingTab extends PluginSettingTab {
|
|||
const { containerEl } = this;
|
||||
|
||||
containerEl.empty();
|
||||
containerEl.createEl('h2', {text: 'Obsidian Copilot Settings'});
|
||||
containerEl.createEl('h2', {text: 'Copilot Settings'});
|
||||
|
||||
containerEl.createEl('button', {
|
||||
text: 'Reset to default settings',
|
||||
|
|
|
|||
Loading…
Reference in a new issue