chore: some wordings in extension settings (#2573)
Signed-off-by: James <james@jan.ai> Co-authored-by: James <james@jan.ai>
This commit is contained in:
parent
c6198ae423
commit
345c7d58e6
@ -2,7 +2,7 @@
|
|||||||
{
|
{
|
||||||
"key": "chat-completions-endpoint",
|
"key": "chat-completions-endpoint",
|
||||||
"title": "Chat Completions Endpoint",
|
"title": "Chat Completions Endpoint",
|
||||||
"description": "The endpoint to use for chat completions. See the [Groq Documentation](https://console.groq.com/docs/openai) for more information.",
|
"description": "The endpoint to use for chat completions. See the [Groq documentation](https://console.groq.com/docs/openai) for more information.",
|
||||||
"controllerType": "input",
|
"controllerType": "input",
|
||||||
"controllerProps": {
|
"controllerProps": {
|
||||||
"placeholder": "Chat Completions Endpoint",
|
"placeholder": "Chat Completions Endpoint",
|
||||||
|
|||||||
@ -47,7 +47,7 @@ const SettingMenu: React.FC = () => {
|
|||||||
|
|
||||||
{extensionHasSettings.length > 0 && (
|
{extensionHasSettings.length > 0 && (
|
||||||
<div className="mb-2 mt-6">
|
<div className="mb-2 mt-6">
|
||||||
<label className="text-xs font-medium text-muted-foreground">
|
<label className="text-xs font-medium uppercase text-muted-foreground">
|
||||||
Extensions
|
Extensions
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user