Refactor: OpenAI settings UI & language
Update the user interface for the OpenAI settings to be more informative and consistent. Improved language around "OpenAI API Settings" to be more accurate and less technical. Also added a helpful tip for using LM Studio as a provider.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"settings": "OpenAI API Settings",
|
||||
"heading": "OpenAI API Settings",
|
||||
"settings": "OpenAI Compatible API",
|
||||
"heading": "OpenAI compatible API",
|
||||
"subheading": "Manage and configure your OpenAI API Compatible providers here.",
|
||||
"addBtn": "Add Provider",
|
||||
"table": {
|
||||
@@ -33,9 +33,10 @@
|
||||
"title": "Model List",
|
||||
"subheading": "Please select the models you want to use with this provider.",
|
||||
"success": "Successfully added new models."
|
||||
}
|
||||
},
|
||||
"tipLMStudio": "Page Assist will automatically fetch the models you loaded on LM Studio. You don't need to add them manually."
|
||||
},
|
||||
"addSuccess": "Provider added successfully.",
|
||||
"addSuccess": "Provider added successfully.",
|
||||
"deleteSuccess": "Provider deleted successfully.",
|
||||
"updateSuccess": "Provider updated successfully.",
|
||||
"delete": "Delete",
|
||||
|
||||
Reference in New Issue
Block a user