Skip to content

Commit

Permalink
Merge branch 'lobehub:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
AnoyiX committed May 8, 2024
2 parents a6cb1d0 + 04c1826 commit dedbfa2
Show file tree
Hide file tree
Showing 51 changed files with 541 additions and 75 deletions.
92 changes: 92 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,98 @@

# Changelog

### [Version 0.155.3](https://github.com/lobehub/lobe-chat/compare/v0.155.2...v0.155.3)

<sup>Released on **2024-05-08**</sup>

#### 💄 Styles

- **misc**: Optimized MaxToken Slider.

<br/>

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

#### Styles

- **misc**: Optimized MaxToken Slider, closes [#2258](https://github.com/lobehub/lobe-chat/issues/2258) ([dfb892b](https://github.com/lobehub/lobe-chat/commit/dfb892b))

</details>

<div align="right">

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

</div>

### [Version 0.155.2](https://github.com/lobehub/lobe-chat/compare/v0.155.1...v0.155.2)

<sup>Released on **2024-05-08**</sup>

<br/>

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

</details>

<div align="right">

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

</div>

### [Version 0.155.1](https://github.com/lobehub/lobe-chat/compare/v0.155.0...v0.155.1)

<sup>Released on **2024-05-07**</sup>

#### 💄 Styles

- **misc**: Improve llm list when all closed.

<br/>

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

#### Styles

- **misc**: Improve llm list when all closed, closes [#2409](https://github.com/lobehub/lobe-chat/issues/2409) ([1eb20c7](https://github.com/lobehub/lobe-chat/commit/1eb20c7))

</details>

<div align="right">

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

</div>

## [Version 0.155.0](https://github.com/lobehub/lobe-chat/compare/v0.154.7...v0.155.0)

<sup>Released on **2024-05-07**</sup>

#### ✨ Features

- **misc**: Add DataStatistics.

<br/>

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

#### What's improved

- **misc**: Add DataStatistics ([cf474bb](https://github.com/lobehub/lobe-chat/commit/cf474bb))

</details>

<div align="right">

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

</div>

### [Version 0.154.7](https://github.com/lobehub/lobe-chat/compare/v0.154.6...v0.154.7)

<sup>Released on **2024-05-07**</sup>
Expand Down
6 changes: 6 additions & 0 deletions locales/ar/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"copy": "نسخ",
"copyFail": "فشل في النسخ",
"copySuccess": "تم النسخ بنجاح",
"dataStatistics": {
"messages": "رسائل",
"sessions": "جلسات",
"today": "اليوم",
"topics": "مواضيع"
},
"defaultAgent": "مساعد افتراضي",
"defaultSession": "جلسة افتراضية",
"delete": "حذف",
Expand Down
3 changes: 2 additions & 1 deletion locales/ar/setting.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
},
"modalTitle": "تكوين النموذج المخصص",
"tokens": {
"title": "أقصى عدد من الرموز"
"title": "أقصى عدد من الرموز",
"unlimited": "غير محدود"
},
"vision": {
"extra": "سيتم تمكين قدرة تكوين تحميل الصور فقط في LobeChat من خلال هذا التكوين، مدى دعم التعرف على الصور يعتمد تمامًا على النموذج نفسه، يرجى اختبار قابلية التعرف على الصور لهذا النموذج بنفسك",
Expand Down
6 changes: 6 additions & 0 deletions locales/bg-BG/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"copy": "Копирай",
"copyFail": "Копирането не е успешно",
"copySuccess": "Копирано успешно",
"dataStatistics": {
"messages": "Съобщения",
"sessions": "Сесии",
"today": "Днес",
"topics": "Теми"
},
"defaultAgent": "Агент по подразбиране",
"defaultSession": "Агент по подразбиране",
"delete": "Изтрий",
Expand Down
3 changes: 2 additions & 1 deletion locales/bg-BG/setting.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
},
"modalTitle": "Конфигурация на персонализиран модел",
"tokens": {
"title": "Максимален брой токени"
"title": "Максимален брой токени",
"unlimited": "неограничен"
},
"vision": {
"extra": "Тази конфигурация ще активира само възможността за качване на изображения в LobeChat. Възможността за разпознаване на изображения зависи изцяло от самия модел. Моля, тествайте функционалността за разпознаване на изображения на модела.",
Expand Down
6 changes: 6 additions & 0 deletions locales/de-DE/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"copy": "Kopieren",
"copyFail": "Kopieren fehlgeschlagen",
"copySuccess": "Kopieren erfolgreich",
"dataStatistics": {
"messages": "Nachrichten",
"sessions": "Sitzungen",
"today": "Heute",
"topics": "Themen"
},
"defaultAgent": "Standardassistent",
"defaultSession": "Standardassistent",
"delete": "Löschen",
Expand Down
3 changes: 2 additions & 1 deletion locales/de-DE/setting.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
},
"modalTitle": "Benutzerdefinierte Modellkonfiguration",
"tokens": {
"title": "Maximale Token-Anzahl"
"title": "Maximale Token-Anzahl",
"unlimited": "unbegrenzt"
},
"vision": {
"extra": "Diese Konfiguration aktiviert nur die Bild-Upload-Konfiguration in LobeChat. Die Unterstützung der Erkennung hängt vollständig von dem Modell selbst ab. Bitte testen Sie die Verfügbarkeit der visuellen Erkennungsfähigkeiten des Modells selbst.",
Expand Down
6 changes: 6 additions & 0 deletions locales/en-US/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"copy": "Copy",
"copyFail": "Copy failed",
"copySuccess": "Copied successfully",
"dataStatistics": {
"messages": "Messages",
"sessions": "Assistants",
"today": "Today's New",
"topics": "Topics"
},
"defaultAgent": "Default Agent",
"defaultSession": "Default Agent",
"delete": "Delete",
Expand Down
3 changes: 2 additions & 1 deletion locales/en-US/setting.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
},
"modalTitle": "Custom Model Configuration",
"tokens": {
"title": "Maximum Token Count"
"title": "Maximum Token Count",
"unlimited": "unlimited"
},
"vision": {
"extra": "This configuration will only enable the image upload configuration in LobeChat. Whether recognition is supported depends entirely on the model itself. Please test the availability of visual recognition in this model on your own.",
Expand Down
6 changes: 6 additions & 0 deletions locales/es-ES/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"copy": "Copiar",
"copyFail": "Fallo al copiar",
"copySuccess": "¡Copia exitosa!",
"dataStatistics": {
"messages": "Mensajes",
"sessions": "Sesiones",
"today": "Hoy",
"topics": "Temas"
},
"defaultAgent": "Asistente predeterminado",
"defaultSession": "Sesión predeterminada",
"delete": "Eliminar",
Expand Down
3 changes: 2 additions & 1 deletion locales/es-ES/setting.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
},
"modalTitle": "Configuración del modelo personalizado",
"tokens": {
"title": "Número máximo de tokens"
"title": "Número máximo de tokens",
"unlimited": "ilimitado"
},
"vision": {
"extra": "Esta configuración solo habilitará la configuración de carga de imágenes en LobeChat. La capacidad de reconocimiento depende completamente del modelo en sí. Por favor, realiza pruebas para verificar la disponibilidad de esta capacidad en el modelo.",
Expand Down
6 changes: 6 additions & 0 deletions locales/fr-FR/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"copy": "Copier",
"copyFail": "Échec de la copie",
"copySuccess": "Copie réussie",
"dataStatistics": {
"messages": "Messages",
"sessions": "Sessions",
"today": "Aujourd'hui",
"topics": "Sujets"
},
"defaultAgent": "Agent par défaut",
"defaultSession": "Session par défaut",
"delete": "Supprimer",
Expand Down
3 changes: 2 additions & 1 deletion locales/fr-FR/setting.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
},
"modalTitle": "Configuration du modèle personnalisé",
"tokens": {
"title": "Nombre maximal de jetons"
"title": "Nombre maximal de jetons",
"unlimited": "illimité"
},
"vision": {
"extra": "Cette configuration activera uniquement la configuration de téléchargement d'images dans LobeChat. La prise en charge de la reconnaissance dépend entièrement du modèle lui-même. Veuillez tester par vous-même la disponibilité de la capacité de reconnaissance visuelle de ce modèle.",
Expand Down
6 changes: 6 additions & 0 deletions locales/it-IT/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"copy": "Copia",
"copyFail": "Copia non riuscita",
"copySuccess": "Copia riuscita",
"dataStatistics": {
"messages": "Messaggi",
"sessions": "Sessioni",
"today": "Oggi",
"topics": "Argomenti"
},
"defaultAgent": "Assistente predefinito",
"defaultSession": "Sessione predefinita",
"delete": "Elimina",
Expand Down
3 changes: 2 additions & 1 deletion locales/it-IT/setting.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
},
"modalTitle": "Configurazione del modello personalizzato",
"tokens": {
"title": "Numero massimo di token"
"title": "Numero massimo di token",
"unlimited": "illimitato"
},
"vision": {
"extra": "Questa configurazione abiliterà solo la funzionalità di caricamento delle immagini in LobeChat. La reale capacità di riconoscimento dipende interamente dal modello stesso, si consiglia di testare autonomamente la disponibilità di questa funzionalità nel modello.",
Expand Down
6 changes: 6 additions & 0 deletions locales/ja-JP/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"copy": "コピー",
"copyFail": "コピーに失敗しました",
"copySuccess": "コピーが成功しました",
"dataStatistics": {
"messages": "メッセージ",
"sessions": "セッション",
"today": "今日の追加",
"topics": "トピック"
},
"defaultAgent": "デフォルトエージェント",
"defaultSession": "デフォルトセッション",
"delete": "削除",
Expand Down
3 changes: 2 additions & 1 deletion locales/ja-JP/setting.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
},
"modalTitle": "カスタムモデルの設定",
"tokens": {
"title": "最大トークン数"
"title": "最大トークン数",
"unlimited": "無制限"
},
"vision": {
"extra": "この設定は LobeChat での画像アップロード構成のみを有効にします。認識のサポートは完全にモデル自体に依存するため、モデルの視覚認識機能の可用性を自己でテストしてください",
Expand Down
6 changes: 6 additions & 0 deletions locales/ko-KR/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"copy": "복사",
"copyFail": "복사 실패",
"copySuccess": "복사 성공",
"dataStatistics": {
"messages": "메시지",
"sessions": "세션",
"today": "오늘",
"topics": "주제"
},
"defaultAgent": "기본 에이전트",
"defaultSession": "기본 세션",
"delete": "삭제",
Expand Down
3 changes: 2 additions & 1 deletion locales/ko-KR/setting.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
},
"modalTitle": "사용자 정의 모델 구성",
"tokens": {
"title": "최대 토큰 수"
"title": "최대 토큰 수",
"unlimited": "제한 없는"
},
"vision": {
"extra": "이 구성은 LobeChat에서 이미지 업로드 구성만 활성화하며, 인식 지원 여부는 모델 자체에 따라 달라집니다. 모델의 시각 인식 기능을 테스트해보세요",
Expand Down
6 changes: 6 additions & 0 deletions locales/nl-NL/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"copy": "Kopiëren",
"copyFail": "Kopiëren mislukt",
"copySuccess": "Kopiëren gelukt",
"dataStatistics": {
"messages": "Berichten",
"sessions": "Sessies",
"today": "Vandaag",
"topics": "Onderwerpen"
},
"defaultAgent": "Standaard assistent",
"defaultSession": "Standaard assistent",
"delete": "Verwijderen",
Expand Down
23 changes: 12 additions & 11 deletions locales/nl-NL/setting.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,30 +58,31 @@
},
"files": {
"extra": "Currently, the file upload implementation in LobeChat is just a temporary solution and is for self-exploration only. Please wait for the full file upload capability in the future.",
"title": "Support File Upload"
"title": "Ondersteuning voor het uploaden van bestanden"
},
"functionCall": {
"extra": "This configuration will only enable the function call capability in LobeChat. Whether function calls are supported depends entirely on the model itself. Please test the availability of function calls of this model on your own.",
"title": "Support Function Call"
"extra": "Deze configuratie schakelt alleen de functieaanroepmogelijkheid in LobeChat in. Of functieaanroepen worden ondersteund, hangt volledig af van het model zelf. Test zelf de beschikbaarheid van functieaanroepen van dit model.",
"title": "Ondersteuningsfunctie Oproep"
},
"id": {
"extra": "Will be displayed as the model tag",
"placeholder": "Please enter the model ID, for example gpt-4-turbo-preview or claude-2.1",
"extra": "Wordt weergegeven als de modeltag",
"placeholder": "Voer de model ID in, bijvoorbeeld gpt-4-turbo-preview of claude-2.1",
"title": "Model ID"
},
"modalTitle": "Custom Model Configuration",
"modalTitle": "Aangepaste modelconfiguratie",
"tokens": {
"title": "Maximum Token Count"
"title": "Maximaal tokenaantal",
"unlimited": "onbeperkt"
},
"vision": {
"extra": "This configuration will only enable the image upload feature in LobeChat. Whether image recognition is supported depends entirely on the model itself. Please test the availability of visual recognition capability of this model on your own.",
"title": "Support Visual Recognition"
"extra": "Deze configuratie schakelt alleen de configuratie voor het uploaden van afbeeldingen in LobeChat in. Of herkenning wordt ondersteund, hangt volledig af van het model zelf. Test zelf de beschikbaarheid van visuele herkenning in dit model.",
"title": "Ondersteuning van visuele herkenning"
}
}
},
"fetchOnClient": {
"desc": "使用客户端请求模式将直接从浏览器发起会话请求,可提升响应速度",
"title": "使用客户端请求模式"
"desc": "De ophaalmodus aan de clientzijde initieert sessieverzoeken rechtstreeks vanuit de browser, waardoor de reactiesnelheid wordt verbeterd.",
"title": "Gebruik de ophaalmodus aan de clientzijde"
},
"fetcher": {
"fetch": "Haal model lijst op",
Expand Down
6 changes: 6 additions & 0 deletions locales/pl-PL/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"copy": "Kopiuj",
"copyFail": "Nie udało się skopiować",
"copySuccess": "Skopiowano pomyślnie",
"dataStatistics": {
"messages": "Wiadomości",
"sessions": "Sesje",
"today": "Dzisiaj",
"topics": "Tematy"
},
"defaultAgent": "Domyślny asystent",
"defaultSession": "Domyślna sesja",
"delete": "Usuń",
Expand Down
3 changes: 2 additions & 1 deletion locales/pl-PL/setting.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
},
"modalTitle": "Konfiguracja niestandardowego modelu",
"tokens": {
"title": "Maksymalna liczba tokenów"
"title": "Maksymalna liczba tokenów",
"unlimited": "Nieograniczony"
},
"vision": {
"extra": "Ta konfiguracja aktywuje tylko możliwość przesyłania obrazów w LobeChat. Możliwość rozpoznawania zależy wyłącznie od modelu. Proszę przetestować dostępność rozpoznawania wizyjnego tego modelu",
Expand Down
6 changes: 6 additions & 0 deletions locales/pt-BR/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"copy": "Copiar",
"copyFail": "Falha ao copiar",
"copySuccess": "Cópia bem-sucedida",
"dataStatistics": {
"messages": "Mensagens",
"sessions": "Sessões",
"today": "Hoje",
"topics": "Tópicos"
},
"defaultAgent": "Assistente padrão",
"defaultSession": "Sessão padrão",
"delete": "Excluir",
Expand Down

0 comments on commit dedbfa2

Please sign in to comment.