Update name to Copilot for Obsidian

This commit is contained in:
Logan Yang 2023-05-10 13:56:38 -07:00
parent feafdaaec7
commit fe4e4d84fa
4 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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,
];

View file

@ -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',