Skip to content

Commit

Permalink
Merge branch 'main' into fix/unstructured_io
Browse files Browse the repository at this point in the history
  • Loading branch information
fzlzjerry authored Feb 14, 2025
2 parents c132ff3 + 5b83f2e commit 6c3f3f4
Show file tree
Hide file tree
Showing 71 changed files with 1,427 additions and 689 deletions.
100 changes: 100 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,106 @@

# Changelog

### [Version 1.53.12](https://github.com/lobehub/lobe-chat/compare/v1.53.11...v1.53.12)

<sup>Released on **2025-02-14**</sup>

#### ♻ Code Refactoring

- **misc**: Improve model fetch behavior.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### Code refactoring

- **misc**: Improve model fetch behavior, closes [#6055](https://github.com/lobehub/lobe-chat/issues/6055) ([4c2aaf6](https://github.com/lobehub/lobe-chat/commit/4c2aaf6))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>

### [Version 1.53.11](https://github.com/lobehub/lobe-chat/compare/v1.53.10...v1.53.11)

<sup>Released on **2025-02-13**</sup>

#### 🐛 Bug Fixes

- **misc**: Fix provider form api key.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's fixed

- **misc**: Fix provider form api key, closes [#6115](https://github.com/lobehub/lobe-chat/issues/6115) ([d074238](https://github.com/lobehub/lobe-chat/commit/d074238))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>

### [Version 1.53.10](https://github.com/lobehub/lobe-chat/compare/v1.53.9...v1.53.10)

<sup>Released on **2025-02-13**</sup>

#### 🐛 Bug Fixes

- **misc**: Fix api key input issue.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's fixed

- **misc**: Fix api key input issue, closes [#6112](https://github.com/lobehub/lobe-chat/issues/6112) ([48e3b85](https://github.com/lobehub/lobe-chat/commit/48e3b85))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>

### [Version 1.53.9](https://github.com/lobehub/lobe-chat/compare/v1.53.8...v1.53.9)

<sup>Released on **2025-02-13**</sup>

#### 💄 Styles

- **misc**: Support select check models.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### Styles

- **misc**: Support select check models, closes [#6106](https://github.com/lobehub/lobe-chat/issues/6106) ([2243bbb](https://github.com/lobehub/lobe-chat/commit/2243bbb))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>

### [Version 1.53.8](https://github.com/lobehub/lobe-chat/compare/v1.53.7...v1.53.8)

<sup>Released on **2025-02-13**</sup>
Expand Down
28 changes: 28 additions & 0 deletions changelog/v1.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,32 @@
[
{
"children": {
"improvements": ["Improve model fetch behavior."]
},
"date": "2025-02-14",
"version": "1.53.12"
},
{
"children": {
"fixes": ["Fix provider form api key."]
},
"date": "2025-02-13",
"version": "1.53.11"
},
{
"children": {
"fixes": ["Fix api key input issue."]
},
"date": "2025-02-13",
"version": "1.53.10"
},
{
"children": {
"improvements": ["Support select check models."]
},
"date": "2025-02-13",
"version": "1.53.9"
},
{
"children": {
"fixes": ["Fix model fetch for spark and fix the support of model reset."]
Expand Down
4 changes: 2 additions & 2 deletions locales/ar/modelProvider.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"createNewAiProvider": {
"apiKey": {
"placeholder": "يرجى إدخال مفتاح API الخاص بك",
"required": "يرجى إدخال مفتاح API الخاص بك",
"title": "مفتاح API"
},
"basicTitle": "المعلومات الأساسية",
Expand Down Expand Up @@ -94,7 +93,8 @@
"title": "اسم المزود"
},
"proxyUrl": {
"placeholder": "يرجى إدخال عنوان الطلب الخاص بك، إذا لم يتم إدخاله سيتم استخدام عنوان الطلب المقابل لـ SDK",
"placeholder": "يرجى إدخال عنوان الطلب الخاص بك",
"required": "يرجى إدخال عنوان الوكيل",
"title": "عنوان الوكيل"
},
"sdkType": {
Expand Down
4 changes: 2 additions & 2 deletions locales/bg-BG/modelProvider.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"createNewAiProvider": {
"apiKey": {
"placeholder": "Моля, въведете вашия API ключ",
"required": "Моля, въведете вашия API ключ",
"title": "API ключ"
},
"basicTitle": "Основна информация",
Expand Down Expand Up @@ -94,7 +93,8 @@
"title": "Име на доставчика"
},
"proxyUrl": {
"placeholder": "Моля, въведете адреса на вашето запитване, ако не е попълнен, ще се използва съответния адрес на SDK",
"placeholder": "Моля, въведете адреса на вашето запитване",
"required": "Моля, въведете адреса на проксито",
"title": "Адрес на прокси"
},
"sdkType": {
Expand Down
4 changes: 2 additions & 2 deletions locales/de-DE/modelProvider.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"createNewAiProvider": {
"apiKey": {
"placeholder": "Bitte geben Sie Ihren API-Schlüssel ein",
"required": "Bitte geben Sie Ihren API-Schlüssel ein",
"title": "API-Schlüssel"
},
"basicTitle": "Grundinformationen",
Expand Down Expand Up @@ -94,7 +93,8 @@
"title": "Name des Anbieters"
},
"proxyUrl": {
"placeholder": "Bitte geben Sie Ihre Anforderungsadresse ein, wenn nicht angegeben, wird die entsprechende Anforderungsadresse des SDK verwendet",
"placeholder": "Bitte geben Sie Ihre Anforderungs-URL ein",
"required": "Bitte geben Sie die Proxy-Adresse ein",
"title": "Proxy-Adresse"
},
"sdkType": {
Expand Down
4 changes: 2 additions & 2 deletions locales/en-US/modelProvider.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"createNewAiProvider": {
"apiKey": {
"placeholder": "Please enter your API Key",
"required": "Please enter your API Key",
"title": "API Key"
},
"basicTitle": "Basic Information",
Expand Down Expand Up @@ -94,7 +93,8 @@
"title": "Provider Name"
},
"proxyUrl": {
"placeholder": "Please enter your request URL, if left blank, the corresponding SDK request URL will be used",
"placeholder": "Please enter your request URL",
"required": "Please enter the proxy address",
"title": "Proxy URL"
},
"sdkType": {
Expand Down
4 changes: 2 additions & 2 deletions locales/es-ES/modelProvider.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"createNewAiProvider": {
"apiKey": {
"placeholder": "Por favor, introduce tu API Key",
"required": "Por favor, introduce tu API Key",
"title": "API Key"
},
"basicTitle": "Información básica",
Expand Down Expand Up @@ -94,7 +93,8 @@
"title": "Nombre del proveedor"
},
"proxyUrl": {
"placeholder": "Por favor, introduce tu dirección de solicitud, si no se completa, se usará la dirección de solicitud correspondiente del SDK",
"placeholder": "Por favor, introduce tu dirección de solicitud",
"required": "Por favor, introduce la dirección del proxy",
"title": "Dirección del proxy"
},
"sdkType": {
Expand Down
4 changes: 2 additions & 2 deletions locales/fa-IR/modelProvider.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"createNewAiProvider": {
"apiKey": {
"placeholder": "لطفاً کلید API خود را وارد کنید",
"required": "لطفاً کلید API خود را وارد کنید",
"title": "کلید API"
},
"basicTitle": "اطلاعات پایه",
Expand Down Expand Up @@ -94,7 +93,8 @@
"title": "نام ارائه‌دهنده"
},
"proxyUrl": {
"placeholder": "لطفاً آدرس درخواست خود را وارد کنید، در صورت عدم وارد کردن از آدرس درخواست مربوط به SDK استفاده خواهد شد",
"placeholder": "لطفاً آدرس درخواست خود را وارد کنید",
"required": "لطفاً آدرس پروکسی را وارد کنید",
"title": "آدرس پروکسی"
},
"sdkType": {
Expand Down
4 changes: 2 additions & 2 deletions locales/fr-FR/modelProvider.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"createNewAiProvider": {
"apiKey": {
"placeholder": "Veuillez entrer votre clé API",
"required": "Veuillez entrer votre clé API",
"title": "Clé API"
},
"basicTitle": "Informations de base",
Expand Down Expand Up @@ -94,7 +93,8 @@
"title": "Nom du fournisseur"
},
"proxyUrl": {
"placeholder": "Veuillez entrer votre adresse de requête, sinon l'adresse de requête correspondante au SDK sera utilisée",
"placeholder": "Veuillez saisir votre adresse de requête",
"required": "Veuillez remplir l'adresse du proxy",
"title": "Adresse du proxy"
},
"sdkType": {
Expand Down
4 changes: 2 additions & 2 deletions locales/it-IT/modelProvider.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"createNewAiProvider": {
"apiKey": {
"placeholder": "Inserisci la tua API Key",
"required": "Inserisci la tua API Key",
"title": "API Key"
},
"basicTitle": "Informazioni di base",
Expand Down Expand Up @@ -94,7 +93,8 @@
"title": "Nome del fornitore"
},
"proxyUrl": {
"placeholder": "Inserisci il tuo indirizzo di richiesta, se non specificato verrà utilizzato l'indirizzo di richiesta corrispondente all'SDK",
"placeholder": "Inserisci il tuo URL di richiesta",
"required": "Inserisci l'indirizzo del proxy",
"title": "Indirizzo proxy"
},
"sdkType": {
Expand Down
4 changes: 2 additions & 2 deletions locales/ja-JP/modelProvider.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"createNewAiProvider": {
"apiKey": {
"placeholder": "あなたの API キーを入力してください",
"required": "あなたの API キーを入力してください",
"title": "API キー"
},
"basicTitle": "基本情報",
Expand Down Expand Up @@ -94,7 +93,8 @@
"title": "サービスプロバイダー名"
},
"proxyUrl": {
"placeholder": "リクエストアドレスを入力してください。未入力の場合は SDK に対応するリクエストアドレスが使用されます",
"placeholder": "リクエストURLを入力してください",
"required": "プロキシURLを入力してください",
"title": "プロキシアドレス"
},
"sdkType": {
Expand Down
4 changes: 2 additions & 2 deletions locales/ko-KR/modelProvider.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"createNewAiProvider": {
"apiKey": {
"placeholder": "API 키를 입력하세요",
"required": "API 키를 입력하세요",
"title": "API 키"
},
"basicTitle": "기본 정보",
Expand Down Expand Up @@ -94,7 +93,8 @@
"title": "서비스 제공자 이름"
},
"proxyUrl": {
"placeholder": "요청 주소를 입력하세요, 입력하지 않으면 SDK의 요청 주소가 사용됩니다",
"placeholder": "요청 주소를 입력하세요",
"required": "프록시 주소를 입력하세요",
"title": "프록시 주소"
},
"sdkType": {
Expand Down
4 changes: 2 additions & 2 deletions locales/nl-NL/modelProvider.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"createNewAiProvider": {
"apiKey": {
"placeholder": "Vul je API-sleutel in",
"required": "Vul je API-sleutel in",
"title": "API-sleutel"
},
"basicTitle": "Basisinformatie",
Expand Down Expand Up @@ -94,7 +93,8 @@
"title": "Naam van de provider"
},
"proxyUrl": {
"placeholder": "Vul je aanvraagadres in, als je dit niet invult, wordt het overeenkomstige aanvraagadres van de SDK gebruikt",
"placeholder": "Vul je verzoekadres in",
"required": "Vul het proxyadres in",
"title": "Proxy-adres"
},
"sdkType": {
Expand Down
4 changes: 2 additions & 2 deletions locales/pl-PL/modelProvider.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"createNewAiProvider": {
"apiKey": {
"placeholder": "Proszę wpisać swój klucz API",
"required": "Proszę wpisać swój klucz API",
"title": "Klucz API"
},
"basicTitle": "Podstawowe informacje",
Expand Down Expand Up @@ -94,7 +93,8 @@
"title": "Nazwa dostawcy"
},
"proxyUrl": {
"placeholder": "Proszę wpisać adres żądania, jeśli nie zostanie podany, użyty zostanie odpowiedni adres żądania SDK",
"placeholder": "Proszę wpisać adres żądania",
"required": "Proszę wpisać adres proxy",
"title": "Adres proxy"
},
"sdkType": {
Expand Down
4 changes: 2 additions & 2 deletions locales/pt-BR/modelProvider.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"createNewAiProvider": {
"apiKey": {
"placeholder": "Por favor, insira sua API Key",
"required": "Por favor, insira sua API Key",
"title": "API Key"
},
"basicTitle": "Informações Básicas",
Expand Down Expand Up @@ -94,7 +93,8 @@
"title": "Nome do Provedor"
},
"proxyUrl": {
"placeholder": "Por favor, insira seu endereço de requisição, se não for preenchido, será usado o endereço correspondente do SDK",
"placeholder": "Por favor, insira o seu endereço de solicitação",
"required": "Por favor, insira o endereço do proxy",
"title": "Endereço do Proxy"
},
"sdkType": {
Expand Down
4 changes: 2 additions & 2 deletions locales/ru-RU/modelProvider.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
"createNewAiProvider": {
"apiKey": {
"placeholder": "Пожалуйста, введите ваш API Key",
"required": "Пожалуйста, введите ваш API Key",
"title": "API Key"
},
"basicTitle": "Основная информация",
Expand Down Expand Up @@ -94,7 +93,8 @@
"title": "Имя провайдера"
},
"proxyUrl": {
"placeholder": "Пожалуйста, введите ваш адрес запроса, если не заполните, будет использован соответствующий адрес SDK",
"placeholder": "Пожалуйста, введите ваш адрес запроса",
"required": "Пожалуйста, введите адрес прокси",
"title": "Адрес прокси"
},
"sdkType": {
Expand Down
Loading

0 comments on commit 6c3f3f4

Please sign in to comment.