mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-04-30 04:30:59 +00:00
fix: inception provider labels
This commit is contained in:
parent
2cb79c89d7
commit
380f2f8797
4 changed files with 5 additions and 5 deletions
|
|
@ -240,7 +240,7 @@ toolwindow.chat.editor.action.insertAtCaret.title=Insert at Caret
|
|||
toolwindow.chat.editor.action.insertAtCaret.description=Insert generated code after main editor caret position
|
||||
toolwindow.chat.editor.action.expand=Show More
|
||||
toolwindow.chat.editor.action.collapse=Show Less
|
||||
settingsConfigurable.service.inception.apiKey.comment=Get your API key from the <a href="https://platform.inceptionlabs.ai/dashboard/api-keys">Inception Labs dashboard</a>.
|
||||
settingsConfigurable.service.inception.apiKey.comment=Get your API key from the <a href="https://platform.inceptionlabs.ai/dashboard/api-keys">Inception dashboard</a>.
|
||||
toolwindow.chat.response.action.reloadResponse.text=Reload Response
|
||||
toolwindow.chat.response.action.reloadResponse.description=Reload response description
|
||||
toolwindow.chat.response.action.deleteResponse.text=Delete Response
|
||||
|
|
@ -257,7 +257,7 @@ service.anthropic.title=Anthropic
|
|||
service.azure.title=Azure
|
||||
service.google.title=Google
|
||||
service.mistral.title=Mistral
|
||||
service.inception.title=Inception Labs
|
||||
service.inception.title=Inception
|
||||
service.llama.title=LLaMA C/C++
|
||||
service.ollama.title=Ollama
|
||||
validation.error.model.notExists='%s' is not available, please select another model
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue