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:
n4ze3m
2024-10-12 23:49:12 +05:30
parent 30eb320c19
commit 4b4036e0b0
2 changed files with 17 additions and 6 deletions

View File

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