lobe-chat

Форк
0
/
modelProvider.json 
148 строк · 6.0 Кб
1
{
2
  "azure": {
3
    "azureApiVersion": {
4
      "desc": "Wersja API Azure, stosuj format YYYY-MM-DD, zobacz [najnowszą wersję](https://learn.microsoft.com/pl-pl/azure/ai-services/openai/reference#chat-completions)",
5
      "fetch": "Pobierz listę",
6
      "title": "Wersja Azure API"
7
    },
8
    "empty": "Wprowadź identyfikator modelu, aby dodać pierwszy model",
9
    "endpoint": {
10
      "desc": "Wartość można znaleźć w sekcji 'Klucze i punkty końcowe' podczas sprawdzania zasobu w portalu Azure",
11
      "placeholder": "https://docs-test-001.openai.azure.com",
12
      "title": "Adres API Azure"
13
    },
14
    "modelListPlaceholder": "Wybierz lub dodaj model OpenAI, który wdrożyłeś",
15
    "title": "Azure OpenAI",
16
    "token": {
17
      "desc": "Wartość można znaleźć w sekcji 'Klucze i punkty końcowe' podczas sprawdzania zasobu w portalu Azure. Możesz użyć KEY1 lub KEY2",
18
      "placeholder": "Azure API Key",
19
      "title": "Klucz API"
20
    }
21
  },
22
  "bedrock": {
23
    "accessKeyId": {
24
      "desc": "Wprowadź AWS Access Key Id",
25
      "placeholder": "AWS Access Key Id",
26
      "title": "AWS Access Key Id"
27
    },
28
    "checker": {
29
      "desc": "Test czy AWS AccessKeyId / SecretAccessKey są poprawnie wypełnione"
30
    },
31
    "region": {
32
      "desc": "Wprowadź AWS Region",
33
      "placeholder": "AWS Region",
34
      "title": "AWS Region"
35
    },
36
    "secretAccessKey": {
37
      "desc": "Wprowadź AWS Secret Access Key",
38
      "placeholder": "AWS Secret Access Key",
39
      "title": "AWS Secret Access Key"
40
    },
41
    "sessionToken": {
42
      "desc": "Jeśli korzystasz z AWS SSO/STS, wprowadź swój token sesji AWS",
43
      "placeholder": "Token sesji AWS",
44
      "title": "Token sesji AWS (opcjonalnie)"
45
    },
46
    "title": "Bedrock",
47
    "unlock": {
48
      "customRegion": "Niestandardowy region usługi",
49
      "customSessionToken": "Niestandardowy token sesji",
50
      "description": "Wprowadź swój AWS AccessKeyId / SecretAccessKey, aby rozpocząć sesję. Aplikacja nie będzie przechowywać Twojej konfiguracji uwierzytelniania",
51
      "title": "Użyj niestandardowych informacji uwierzytelniających Bedrock"
52
    }
53
  },
54
  "github": {
55
    "personalAccessToken": {
56
      "desc": "Wprowadź swój osobisty token dostępu GitHub (PAT), kliknij [tutaj](https://github.com/settings/tokens), aby go utworzyć",
57
      "placeholder": "ghp_xxxxxx",
58
      "title": "GitHub PAT"
59
    }
60
  },
61
  "huggingface": {
62
    "accessToken": {
63
      "desc": "Wprowadź swój token HuggingFace, kliknij [tutaj](https://huggingface.co/settings/tokens), aby go utworzyć",
64
      "placeholder": "hf_xxxxxxxxx",
65
      "title": "Token HuggingFace"
66
    }
67
  },
68
  "ollama": {
69
    "checker": {
70
      "desc": "Test czy adres proxy jest poprawnie wypełniony",
71
      "title": "Sprawdzanie łączności"
72
    },
73
    "customModelName": {
74
      "desc": "Dodaj własny model, oddzielaj modele przecinkiem (,)",
75
      "placeholder": "vicuna,llava,codellama,llama2:13b-text",
76
      "title": "Nazwa własnego modelu"
77
    },
78
    "download": {
79
      "desc": "Ollama is currently downloading the model. Please try not to close this page. The download will resume from where it left off if interrupted.",
80
      "remainingTime": "Remaining Time",
81
      "speed": "Download Speed",
82
      "title": "Downloading model {{model}}"
83
    },
84
    "endpoint": {
85
      "desc": "Wprowadź adres rest API Ollama, jeśli lokalnie nie określono, pozostaw puste",
86
      "title": "Adres proxy API"
87
    },
88
    "setup": {
89
      "cors": {
90
        "description": "Due to browser security restrictions, you need to configure cross-origin settings for Ollama to function properly.",
91
        "linux": {
92
          "env": "Add `Environment` under [Service] section, and set the OLLAMA_ORIGINS environment variable:",
93
          "reboot": "Reload systemd and restart Ollama.",
94
          "systemd": "Invoke systemd to edit the ollama service:"
95
        },
96
        "macos": "Open the Terminal application, paste the following command, and press Enter to run it.",
97
        "reboot": "Restart the Ollama service after the execution is complete.",
98
        "title": "Configure Ollama for Cross-Origin Access",
99
        "windows": "On Windows, go to 'Control Panel' and edit system environment variables. Create a new environment variable named 'OLLAMA_ORIGINS' for your user account, set the value to '*', and click 'OK/Apply' to save."
100
      },
101
      "install": {
102
        "description": "Upewnij się, że masz zainstalowanego Ollamę. Jeśli nie, pobierz ją ze strony internetowej <1> tutaj</1>",
103
        "docker": "If you prefer using Docker, Ollama also provides an official Docker image. You can pull it using the following command:",
104
        "linux": {
105
          "command": "Install using the following command:",
106
          "manual": "Alternatively, you can refer to the <1>Linux Manual Installation Guide</1> for manual installation."
107
        },
108
        "title": "Install and Start Ollama Locally",
109
        "windowsTab": "Windows (Preview)"
110
      }
111
    },
112
    "title": "Ollama",
113
    "unlock": {
114
      "cancel": "Cancel Download",
115
      "confirm": "Download",
116
      "description": "Enter your Ollama model tag to continue the session",
117
      "downloaded": "{{completed}} / {{total}}",
118
      "starting": "Starting download...",
119
      "title": "Download specified Ollama model"
120
    }
121
  },
122
  "wenxin": {
123
    "accessKey": {
124
      "desc": "Wprowadź Access Key z platformy Baidu Qianfan",
125
      "placeholder": "Access Key Qianfan",
126
      "title": "Access Key"
127
    },
128
    "checker": {
129
      "desc": "Sprawdź, czy AccessKey / SecretAccess zostały poprawnie wprowadzone"
130
    },
131
    "secretKey": {
132
      "desc": "Wprowadź Secret Key z platformy Baidu Qianfan",
133
      "placeholder": "Secret Key Qianfan",
134
      "title": "Secret Key"
135
    },
136
    "unlock": {
137
      "customRegion": "Niestandardowy obszar usług",
138
      "description": "Wprowadź swój AccessKey / SecretKey, aby rozpocząć sesję. Aplikacja nie zapisuje twojej konfiguracji uwierzytelniania",
139
      "title": "Użyj niestandardowych informacji uwierzytelniających Wenxin Yiyan"
140
    }
141
  },
142
  "zeroone": {
143
    "title": "01.AI Zero Jeden Wszystko"
144
  },
145
  "zhipu": {
146
    "title": "Zhipu"
147
  }
148
}
149

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.