Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
bentwnghk committed Nov 24, 2024
2 parents 941f1e7 + 2a57117 commit 4dfd6cd
Show file tree
Hide file tree
Showing 53 changed files with 155 additions and 73 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ ENV \
# Wenxin
WENXIN_ACCESS_KEY="" WENXIN_SECRET_KEY="" WENXIN_MODEL_LIST="" \
# xAI
XAI_API_KEY="" XAI_MODEL_LIST="" \
XAI_API_KEY="" XAI_MODEL_LIST="" XAI_PROXY_URL="" \
# 01.AI
ZEROONE_API_KEY="" ZEROONE_MODEL_LIST="" \
# Zhipu
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.database
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ ENV \
# Wenxin
WENXIN_ACCESS_KEY="" WENXIN_SECRET_KEY="" WENXIN_MODEL_LIST="" \
# xAI
XAI_API_KEY="" XAI_MODEL_LIST="" \
XAI_API_KEY="" XAI_MODEL_LIST="" XAI_PROXY_URL="" \
# 01.AI
ZEROONE_API_KEY="" ZEROONE_MODEL_LIST="" \
# Zhipu
Expand Down
5 changes: 4 additions & 1 deletion docs/self-hosting/platform/alibaba-cloud.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
title: Deploy LobeChat on Alibaba Cloud
description: Learn how to deploy the LobeChat application on Alibaba Cloud, including preparing the large model API Key, clicking the deploy button, and other operations.
description: >-
Learn how to deploy the LobeChat application on Alibaba Cloud, including
preparing the large model API Key, clicking the deploy button, and other
operations.
tags:
- Alibaba Cloud
- LobeChat
Expand Down
6 changes: 5 additions & 1 deletion docs/self-hosting/platform/btpanel.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
---
title: Deploy LobeChat using aaPanel
description: Learn how to deploy the LobeChat service using aaPanel-Docker, including installing the Docker container environment and using the command to start the service with one click. Detailed instructions on how to configure environment variables and use proxy addresses.
description: >-
Learn how to deploy the LobeChat service using aaPanel-Docker, including
installing the Docker container environment and using the command to start the
service with one click. Detailed instructions on how to configure environment
variables and use proxy addresses.
tags:
- Docker
- LobeChat
Expand Down
4 changes: 3 additions & 1 deletion docs/self-hosting/platform/btpanel.zh-CN.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: 通过 宝塔面板Docker应用商店 部署 LobeChat
description: 学习如何使用 宝塔面板Docker应用 部署 LobeChat 服务,包括安装 Docker 容器环境和使用指令一键启动服务。详细说明如何配置环境变量和使用代理地址。
description: >-
学习如何使用 宝塔面板Docker应用 部署 LobeChat 服务,包括安装 Docker
容器环境和使用指令一键启动服务。详细说明如何配置环境变量和使用代理地址。
tags:
- Docker
- LobeChat
Expand Down
2 changes: 1 addition & 1 deletion docs/self-hosting/server-database.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@ For detailed configuration guidelines on S3, please refer to [S3 Object Storage]

The above is a detailed explanation of configuring LobeChat with a server-side database. You can configure it according to your actual situation and then choose a deployment platform that suits you to start deployment:

<PlatformCards urlPrefix={'server-database'} />
<PlatformCards urlPrefix={'server-database'} />
2 changes: 2 additions & 0 deletions locales/ar/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"Nous-Hermes-2-Mixtral-8x7B-DPO": {
"description": "Hermes 2 Mixtral 8x7B DPO هو دمج متعدد النماذج مرن للغاية، يهدف إلى تقديم تجربة إبداعية ممتازة."
},
"NousResearch/Hermes-3-Llama-3.1-8B": {},
"NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO": {
"description": "Nous Hermes 2 - Mixtral 8x7B-DPO (46.7B) هو نموذج تعليمات عالي الدقة، مناسب للحسابات المعقدة."
},
Expand Down Expand Up @@ -846,6 +847,7 @@
"meta.llama3-8b-instruct-v1:0": {
"description": "Meta Llama 3 هو نموذج لغوي كبير مفتوح (LLM) موجه للمطورين والباحثين والشركات، يهدف إلى مساعدتهم في بناء وتجربة وتوسيع أفكارهم في الذكاء الاصطناعي بشكل مسؤول. كجزء من نظام الابتكار المجتمعي العالمي، فهو مثالي للأجهزة ذات القدرة الحاسوبية والموارد المحدودة، والأجهزة الطرفية، وأوقات التدريب الأسرع."
},
"microsoft/Phi-3.5-mini-instruct": {},
"microsoft/wizardlm 2-7b": {
"description": "WizardLM 2 7B هو أحدث نموذج خفيف الوزن وسريع من Microsoft AI، ويقترب أداؤه من 10 أضعاف النماذج الرائدة المفتوحة المصدر الحالية."
},
Expand Down
1 change: 1 addition & 0 deletions locales/ar/setting.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
"title": "استخدام طريقة طلب العميل"
},
"fetcher": {
"clear": "مسح النموذج المستخرج",
"fetch": "احصل على قائمة النماذج",
"fetching": "جاري الحصول على قائمة النماذج...",
"latestTime": "آخر تحديث: {{time}}",
Expand Down
2 changes: 2 additions & 0 deletions locales/bg-BG/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"Nous-Hermes-2-Mixtral-8x7B-DPO": {
"description": "Hermes 2 Mixtral 8x7B DPO е високо гъвкава многомоделна комбинация, предназначена да предостави изключителен креативен опит."
},
"NousResearch/Hermes-3-Llama-3.1-8B": {},
"NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO": {
"description": "Nous Hermes 2 - Mixtral 8x7B-DPO (46.7B) е модел с висока точност за инструкции, подходящ за сложни изчисления."
},
Expand Down Expand Up @@ -846,6 +847,7 @@
"meta.llama3-8b-instruct-v1:0": {
"description": "Meta Llama 3 е отворен голям езиков модел (LLM), насочен към разработчици, изследователи и предприятия, предназначен да им помогне да изградят, експериментират и отговорно разширят своите идеи за генеративен ИИ. Като част от основната система на глобалната общност за иновации, той е особено подходящ за устройства с ограничени изчислителни ресурси и по-бързо време за обучение."
},
"microsoft/Phi-3.5-mini-instruct": {},
"microsoft/wizardlm 2-7b": {
"description": "WizardLM 2 7B е най-новият бърз и лек модел на Microsoft AI, с производителност, близка до 10 пъти на съществуващите водещи отворени модели."
},
Expand Down
1 change: 1 addition & 0 deletions locales/bg-BG/setting.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
"title": "Използване на режим на заявка от клиента"
},
"fetcher": {
"clear": "Изчисти получената модел",
"fetch": "Изтегляне на списъка с модели",
"fetching": "Изтегляне на списъка с модели...",
"latestTime": "Последно актуализирано: {{time}}",
Expand Down
2 changes: 2 additions & 0 deletions locales/de-DE/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"Nous-Hermes-2-Mixtral-8x7B-DPO": {
"description": "Hermes 2 Mixtral 8x7B DPO ist eine hochflexible Multi-Modell-Kombination, die darauf abzielt, außergewöhnliche kreative Erlebnisse zu bieten."
},
"NousResearch/Hermes-3-Llama-3.1-8B": {},
"NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO": {
"description": "Nous Hermes 2 - Mixtral 8x7B-DPO (46.7B) ist ein hochpräzises Anweisungsmodell, das für komplexe Berechnungen geeignet ist."
},
Expand Down Expand Up @@ -846,6 +847,7 @@
"meta.llama3-8b-instruct-v1:0": {
"description": "Meta Llama 3 ist ein offenes großes Sprachmodell (LLM), das sich an Entwickler, Forscher und Unternehmen richtet und ihnen hilft, ihre Ideen für generative KI zu entwickeln, zu experimentieren und verantwortungsbewusst zu skalieren. Als Teil eines globalen Innovationssystems ist es besonders geeignet für Umgebungen mit begrenzter Rechenleistung und Ressourcen, für Edge-Geräte und schnellere Trainingszeiten."
},
"microsoft/Phi-3.5-mini-instruct": {},
"microsoft/wizardlm 2-7b": {
"description": "WizardLM 2 7B ist das neueste schnelle und leichte Modell von Microsoft AI, dessen Leistung fast zehnmal so hoch ist wie die bestehender führender Open-Source-Modelle."
},
Expand Down
1 change: 1 addition & 0 deletions locales/de-DE/setting.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
"title": "Client Fetch-Modus verwenden"
},
"fetcher": {
"clear": "Abgerufenes Modell löschen",
"fetch": "Modelle abrufen",
"fetching": "Modelle werden abgerufen...",
"latestTime": "Letzte Aktualisierung: {{time}}",
Expand Down
2 changes: 2 additions & 0 deletions locales/en-US/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"Nous-Hermes-2-Mixtral-8x7B-DPO": {
"description": "Hermes 2 Mixtral 8x7B DPO is a highly flexible multi-model fusion designed to provide an exceptional creative experience."
},
"NousResearch/Hermes-3-Llama-3.1-8B": {},
"NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO": {
"description": "Nous Hermes 2 - Mixtral 8x7B-DPO (46.7B) is a high-precision instruction model suitable for complex computations."
},
Expand Down Expand Up @@ -846,6 +847,7 @@
"meta.llama3-8b-instruct-v1:0": {
"description": "Meta Llama 3 is an open large language model (LLM) aimed at developers, researchers, and enterprises, designed to help them build, experiment, and responsibly scale their generative AI ideas. As part of a foundational system for global community innovation, it is particularly suitable for those with limited computational power and resources, edge devices, and faster training times."
},
"microsoft/Phi-3.5-mini-instruct": {},
"microsoft/wizardlm 2-7b": {
"description": "WizardLM 2 7B is Microsoft's latest lightweight AI model, performing nearly ten times better than existing leading open-source models."
},
Expand Down
1 change: 1 addition & 0 deletions locales/en-US/setting.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
"title": "Use Client-Side Fetching Mode"
},
"fetcher": {
"clear": "Clear fetched model",
"fetch": "Get Model List",
"fetching": "Fetching Model List...",
"latestTime": "Last Updated: {{time}}",
Expand Down
2 changes: 2 additions & 0 deletions locales/es-ES/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"Nous-Hermes-2-Mixtral-8x7B-DPO": {
"description": "Hermes 2 Mixtral 8x7B DPO es una fusión de múltiples modelos altamente flexible, diseñada para ofrecer una experiencia creativa excepcional."
},
"NousResearch/Hermes-3-Llama-3.1-8B": {},
"NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO": {
"description": "Nous Hermes 2 - Mixtral 8x7B-DPO (46.7B) es un modelo de instrucciones de alta precisión, adecuado para cálculos complejos."
},
Expand Down Expand Up @@ -846,6 +847,7 @@
"meta.llama3-8b-instruct-v1:0": {
"description": "Meta Llama 3 es un modelo de lenguaje de gran tamaño (LLM) abierto dirigido a desarrolladores, investigadores y empresas, diseñado para ayudarles a construir, experimentar y escalar de manera responsable sus ideas de IA generativa. Como parte de un sistema base para la innovación de la comunidad global, es ideal para dispositivos de borde con recursos y capacidades computacionales limitadas, así como para tiempos de entrenamiento más rápidos."
},
"microsoft/Phi-3.5-mini-instruct": {},
"microsoft/wizardlm 2-7b": {
"description": "WizardLM 2 7B es el último modelo ligero y rápido de Microsoft AI, con un rendimiento cercano a 10 veces el de los modelos líderes de código abierto existentes."
},
Expand Down
1 change: 1 addition & 0 deletions locales/es-ES/setting.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
"title": "Usar el modo de solicitud en el cliente"
},
"fetcher": {
"clear": "Eliminar el modelo obtenido",
"fetch": "Obtener lista de modelos",
"fetching": "Obteniendo lista de modelos...",
"latestTime": "Última actualización: {{time}}",
Expand Down
2 changes: 2 additions & 0 deletions locales/fa-IR/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"Nous-Hermes-2-Mixtral-8x7B-DPO": {
"description": "Hermes 2 Mixtral 8x7B DPO یک ترکیب چندمدلی بسیار انعطاف‌پذیر است که برای ارائه تجربه‌ای خلاقانه و برجسته طراحی شده است."
},
"NousResearch/Hermes-3-Llama-3.1-8B": {},
"NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO": {
"description": "Nous Hermes 2 - Mixtral 8x7B-DPO (46.7B) یک مدل دستورالعمل با دقت بالا است که برای محاسبات پیچیده مناسب است."
},
Expand Down Expand Up @@ -846,6 +847,7 @@
"meta.llama3-8b-instruct-v1:0": {
"description": "Meta Llama 3 یک مدل زبان بزرگ باز (LLM) است که برای توسعه‌دهندگان، پژوهشگران و شرکت‌ها طراحی شده است تا به آن‌ها در ساخت، آزمایش و گسترش مسئولانه ایده‌های هوش مصنوعی مولد کمک کند. به عنوان بخشی از سیستم پایه نوآوری جامعه جهانی، این مدل برای دستگاه‌های با توان محاسباتی و منابع محدود، دستگاه‌های لبه و زمان‌های آموزش سریع‌تر بسیار مناسب است."
},
"microsoft/Phi-3.5-mini-instruct": {},
"microsoft/wizardlm 2-7b": {
"description": "WizardLM 2 7B مدل جدید و سبک وزن AI مایکروسافت است که عملکرد آن نزدیک به 10 برابر مدل‌های پیشرو متن‌باز موجود است."
},
Expand Down
1 change: 1 addition & 0 deletions locales/fa-IR/setting.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
"title": "استفاده از حالت درخواست از سمت کلاینت"
},
"fetcher": {
"clear": "پاک کردن مدل‌های دریافت شده",
"fetch": "دریافت لیست مدل‌ها",
"fetching": "در حال دریافت لیست مدل‌ها...",
"latestTime": "آخرین زمان به‌روزرسانی: {{time}}",
Expand Down
2 changes: 2 additions & 0 deletions locales/fr-FR/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"Nous-Hermes-2-Mixtral-8x7B-DPO": {
"description": "Hermes 2 Mixtral 8x7B DPO est une fusion de modèles hautement flexible, visant à offrir une expérience créative exceptionnelle."
},
"NousResearch/Hermes-3-Llama-3.1-8B": {},
"NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO": {
"description": "Nous Hermes 2 - Mixtral 8x7B-DPO (46.7B) est un modèle d'instructions de haute précision, adapté aux calculs complexes."
},
Expand Down Expand Up @@ -846,6 +847,7 @@
"meta.llama3-8b-instruct-v1:0": {
"description": "Meta Llama 3 est un modèle de langage ouvert (LLM) destiné aux développeurs, chercheurs et entreprises, conçu pour les aider à construire, expérimenter et étendre de manière responsable leurs idées d'IA générative. En tant que partie intégrante d'un système de base pour l'innovation de la communauté mondiale, il est particulièrement adapté aux appareils à capacité de calcul et de ressources limitées, ainsi qu'à des temps d'entraînement plus rapides."
},
"microsoft/Phi-3.5-mini-instruct": {},
"microsoft/wizardlm 2-7b": {
"description": "WizardLM 2 7B est le dernier modèle léger et rapide de Microsoft AI, offrant des performances proches de dix fois celles des modèles leaders open source existants."
},
Expand Down
1 change: 1 addition & 0 deletions locales/fr-FR/setting.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
"title": "Utiliser le mode de requête client"
},
"fetcher": {
"clear": "Effacer le modèle récupéré",
"fetch": "Obtenir la liste des modèles",
"fetching": "Récupération de la liste des modèles en cours...",
"latestTime": "Dernière mise à jour : {{time}}",
Expand Down
2 changes: 2 additions & 0 deletions locales/it-IT/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"Nous-Hermes-2-Mixtral-8x7B-DPO": {
"description": "Hermes 2 Mixtral 8x7B DPO è un modello altamente flessibile, progettato per offrire un'esperienza creativa eccezionale."
},
"NousResearch/Hermes-3-Llama-3.1-8B": {},
"NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO": {
"description": "Nous Hermes 2 - Mixtral 8x7B-DPO (46.7B) è un modello di istruzioni ad alta precisione, adatto per calcoli complessi."
},
Expand Down Expand Up @@ -846,6 +847,7 @@
"meta.llama3-8b-instruct-v1:0": {
"description": "Meta Llama 3 è un modello di linguaggio di grandi dimensioni (LLM) open source progettato per sviluppatori, ricercatori e aziende, per aiutarli a costruire, sperimentare e scalare responsabilmente le loro idee di AI generativa. Come parte di un sistema di base per l'innovazione della comunità globale, è particolarmente adatto per dispositivi a bassa potenza e risorse limitate, oltre a garantire tempi di addestramento più rapidi."
},
"microsoft/Phi-3.5-mini-instruct": {},
"microsoft/wizardlm 2-7b": {
"description": "WizardLM 2 7B è il modello leggero e veloce più recente di Microsoft AI, con prestazioni vicine a quelle dei modelli leader open source esistenti."
},
Expand Down
1 change: 1 addition & 0 deletions locales/it-IT/setting.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
"title": "Utilizzo del modo di richiesta del client"
},
"fetcher": {
"clear": "Cancella il modello ottenuto",
"fetch": "Ottenere l'elenco dei modelli",
"fetching": "Recupero dell'elenco dei modelli in corso...",
"latestTime": "Ultimo aggiornamento: {{time}}",
Expand Down
2 changes: 2 additions & 0 deletions locales/ja-JP/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"Nous-Hermes-2-Mixtral-8x7B-DPO": {
"description": "Hermes 2 Mixtral 8x7B DPOは非常に柔軟なマルチモデル統合で、卓越した創造的体験を提供することを目的としています。"
},
"NousResearch/Hermes-3-Llama-3.1-8B": {},
"NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO": {
"description": "Nous Hermes 2 - Mixtral 8x7B-DPO (46.7B)は、高精度の指示モデルであり、複雑な計算に適しています。"
},
Expand Down Expand Up @@ -846,6 +847,7 @@
"meta.llama3-8b-instruct-v1:0": {
"description": "Meta Llama 3は、開発者、研究者、企業向けのオープンな大規模言語モデル(LLM)であり、生成AIのアイデアを構築、実験、責任を持って拡張するのを支援することを目的としています。世界的なコミュニティの革新の基盤システムの一部として、計算能力とリソースが限られたエッジデバイスや、より迅速なトレーニング時間に非常に適しています。"
},
"microsoft/Phi-3.5-mini-instruct": {},
"microsoft/wizardlm 2-7b": {
"description": "WizardLM 2 7BはMicrosoft AIの最新の高速軽量モデルで、既存のオープンソースリーダーモデルの10倍に近い性能を持っています。"
},
Expand Down
1 change: 1 addition & 0 deletions locales/ja-JP/setting.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
"title": "クライアントサイドリクエストモードの使用"
},
"fetcher": {
"clear": "取得したモデルをクリア",
"fetch": "モデルリストを取得する",
"fetching": "モデルリストを取得中...",
"latestTime": "最終更新時間:{{time}}",
Expand Down
2 changes: 2 additions & 0 deletions locales/ko-KR/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"Nous-Hermes-2-Mixtral-8x7B-DPO": {
"description": "Hermes 2 Mixtral 8x7B DPO는 뛰어난 창의적 경험을 제공하기 위해 설계된 고도로 유연한 다중 모델 통합입니다."
},
"NousResearch/Hermes-3-Llama-3.1-8B": {},
"NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO": {
"description": "Nous Hermes 2 - Mixtral 8x7B-DPO (46.7B)는 고정밀 지시 모델로, 복잡한 계산에 적합합니다."
},
Expand Down Expand Up @@ -846,6 +847,7 @@
"meta.llama3-8b-instruct-v1:0": {
"description": "Meta Llama 3은 개발자, 연구자 및 기업을 위한 오픈 대형 언어 모델(LLM)로, 생성 AI 아이디어를 구축하고 실험하며 책임감 있게 확장하는 데 도움을 주기 위해 설계되었습니다. 전 세계 커뮤니티 혁신의 기초 시스템의 일환으로, 계산 능력과 자원이 제한된 환경, 엣지 장치 및 더 빠른 훈련 시간에 매우 적합합니다."
},
"microsoft/Phi-3.5-mini-instruct": {},
"microsoft/wizardlm 2-7b": {
"description": "WizardLM 2 7B는 Microsoft AI의 최신 경량 모델로, 기존 오픈 소스 선도 모델의 성능에 근접합니다."
},
Expand Down
1 change: 1 addition & 0 deletions locales/ko-KR/setting.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
"title": "클라이언트 요청 모드 사용"
},
"fetcher": {
"clear": "가져온 모델 지우기",
"fetch": "모델 목록 가져오기",
"fetching": "모델 목록을 가져오는 중...",
"latestTime": "마지막 업데이트 시간: {{time}}",
Expand Down
Loading

0 comments on commit 4dfd6cd

Please sign in to comment.