Skip to content

Commit

Permalink
ui fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nbonamy committed May 15, 2024
1 parent d227821 commit f99258e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/settings/SettingsAnthropic.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="group">
<label>API key</label>
<div class="subgroup">
<InputObfuscated v-model="apiKey" @blur="onKeyChange" /><br />
<InputObfuscated v-model="apiKey" @blur="onKeyChange" />
<a href="https://console.anthropic.com/settings/keys" target="_blank">Get your API key</a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/settings/SettingsGroq.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="group">
<label>API key</label>
<div class="subgroup">
<InputObfuscated v-model="apiKey" @blur="onKeyChange" /><br />
<InputObfuscated v-model="apiKey" @blur="onKeyChange" />
<a href="https://console.groq.com/keys" target="_blank">Get your API key</a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/settings/SettingsMistralAI.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="group">
<label>API key</label>
<div class="subgroup">
<InputObfuscated v-model="apiKey" @blur="onKeyChange" /><br />
<InputObfuscated v-model="apiKey" @blur="onKeyChange" />
<a href="https://console.mistral.ai/api-keys/" target="_blank">Get your API key</a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/settings/SettingsOpenAI.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="group">
<label>API key</label>
<div class="subgroup">
<InputObfuscated v-model="apiKey" @blur="onKeyChange" /><br />
<InputObfuscated v-model="apiKey" @blur="onKeyChange" />
<a href="https://platform.openai.com/api-keys" target="_blank">Get your API key</a>
</div>
</div>
Expand Down

0 comments on commit f99258e

Please sign in to comment.