@lobehub/chat 1.56.0 → 1.56.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +50 -0
- package/README.md +93 -45
- package/README.zh-CN.md +92 -44
- package/changelog/v1.json +18 -0
- package/contributing/Others/Lighthouse.md +2 -5
- package/contributing/Others/Lighthouse.zh-CN.md +3 -4
- package/docs/self-hosting/advanced/auth/next-auth/casdoor.mdx +1 -0
- package/docs/self-hosting/advanced/auth/next-auth/casdoor.zh-CN.mdx +1 -0
- package/docs/self-hosting/server-database/docker-compose.zh-CN.mdx +1 -1
- package/docs/self-hosting/server-database.mdx +1 -1
- package/docs/usage/features/agent-market.mdx +1 -1
- package/docs/usage/features/agent-market.zh-CN.mdx +1 -1
- package/docs/usage/features/artifacts.mdx +23 -0
- package/docs/usage/features/artifacts.zh-CN.mdx +22 -0
- package/docs/usage/features/auth.mdx +1 -1
- package/docs/usage/features/auth.zh-CN.mdx +1 -1
- package/docs/usage/features/branching-conversations.mdx +21 -0
- package/docs/usage/features/branching-conversations.zh-CN.mdx +21 -0
- package/docs/usage/features/cot.mdx +18 -0
- package/docs/usage/features/cot.zh-CN.mdx +18 -0
- package/docs/usage/features/database.mdx +1 -1
- package/docs/usage/features/database.zh-CN.mdx +1 -1
- package/docs/usage/features/knowledge-base.mdx +24 -0
- package/docs/usage/features/knowledge-base.zh-CN.mdx +21 -0
- package/docs/usage/features/local-llm.mdx +1 -1
- package/docs/usage/features/local-llm.zh-CN.mdx +1 -1
- package/docs/usage/features/mobile.mdx +1 -1
- package/docs/usage/features/mobile.zh-CN.mdx +1 -1
- package/docs/usage/features/multi-ai-providers.mdx +1 -1
- package/docs/usage/features/multi-ai-providers.zh-CN.mdx +1 -1
- package/docs/usage/features/plugin-system.mdx +1 -1
- package/docs/usage/features/plugin-system.zh-CN.mdx +1 -1
- package/docs/usage/features/pwa.mdx +1 -1
- package/docs/usage/features/pwa.zh-CN.mdx +1 -1
- package/docs/usage/features/text-to-image.mdx +1 -1
- package/docs/usage/features/text-to-image.zh-CN.mdx +1 -1
- package/docs/usage/features/theme.mdx +1 -1
- package/docs/usage/features/theme.zh-CN.mdx +1 -1
- package/docs/usage/features/tts.mdx +1 -1
- package/docs/usage/features/tts.zh-CN.mdx +1 -1
- package/docs/usage/features/vision.mdx +1 -1
- package/docs/usage/features/vision.zh-CN.mdx +1 -1
- package/package.json +1 -1
- package/scripts/readmeWorkflow/syncAgentIndex.ts +0 -1
- package/scripts/readmeWorkflow/syncPluginIndex.ts +0 -1
- package/scripts/readmeWorkflow/syncProviderIndex.ts +0 -1
- package/src/app/[variants]/(main)/chat/(workspace)/features/AgentSettings/CategoryContent/useCategory.tsx +39 -33
- package/src/app/[variants]/(main)/chat/(workspace)/features/AgentSettings/index.tsx +3 -1
- package/src/app/[variants]/(main)/chat/(workspace)/features/SettingButton.tsx +3 -1
- package/src/database/server/models/__tests__/session.test.ts +3 -3
- package/src/database/server/models/session.ts +5 -6
- package/src/database/server/models/user.ts +1 -5
- package/src/features/DevPanel/features/Table/TableCell.tsx +34 -33
- package/src/hooks/useInterceptingRoutes.ts +2 -1
- package/src/libs/next-auth/adapter/index.ts +7 -0
- package/src/server/routers/lambda/agent.ts +3 -1
- package/src/server/services/agent/index.test.ts +65 -0
- package/src/server/services/agent/index.ts +22 -0
- package/src/server/services/user/index.test.ts +17 -1
- package/src/server/services/user/index.ts +5 -0
- package/src/services/session/client.ts +12 -0
- package/README.ja-JP.md +0 -844
- package/README.zh-TW.md +0 -887
package/README.ja-JP.md
DELETED
@@ -1,844 +0,0 @@
|
|
1
|
-
<div align="center"><a name="readme-top"></a>
|
2
|
-
|
3
|
-
[![][image-banner]][vercel-link]
|
4
|
-
|
5
|
-
# Lobe Chat
|
6
|
-
|
7
|
-
オープンソースのモダンデザイン ChatGPT/LLMs UI / フレームワーク。<br/>
|
8
|
-
音声合成、マルチモーダル、拡張可能な([function call][docs-functionc-call])プラグインシステムをサポート。<br/>
|
9
|
-
プライベートな OpenAI ChatGPT/Claude/Gemini/Groq/Ollama チャットアプリケーションをワンクリックで**無料**でデプロイ。
|
10
|
-
|
11
|
-
[English](./README.md) · [繁體中文](./README.zh-TW.md) · [简体中文](./README.zh-CN.md) · **日本語** · [公式サイト][official-site] · [変更履歴][changelog] · [ドキュメント][docs] · [ブログ][blog] · [フィードバック][github-issues-link]
|
12
|
-
|
13
|
-
<!-- SHIELD GROUP -->
|
14
|
-
|
15
|
-
[![][github-release-shield]][github-release-link]
|
16
|
-
[![][docker-release-shield]][docker-release-link]
|
17
|
-
[![][vercel-shield]][vercel-link]
|
18
|
-
[![][discord-shield]][discord-link]<br/>
|
19
|
-
[![][codecov-shield]][codecov-link]
|
20
|
-
[![][github-action-test-shield]][github-action-test-link]
|
21
|
-
[![][github-action-release-shield]][github-action-release-link]
|
22
|
-
[![][github-releasedate-shield]][github-releasedate-link]<br/>
|
23
|
-
[![][github-contributors-shield]][github-contributors-link]
|
24
|
-
[![][github-forks-shield]][github-forks-link]
|
25
|
-
[![][github-stars-shield]][github-stars-link]
|
26
|
-
[![][github-issues-shield]][github-issues-link]
|
27
|
-
[![][github-license-shield]][github-license-link]<br>
|
28
|
-
[![][sponsor-shield]][sponsor-link]
|
29
|
-
|
30
|
-
**LobeChat リポジトリを共有**
|
31
|
-
|
32
|
-
[![][share-x-shield]][share-x-link]
|
33
|
-
[![][share-telegram-shield]][share-telegram-link]
|
34
|
-
[![][share-whatsapp-shield]][share-whatsapp-link]
|
35
|
-
[![][share-reddit-shield]][share-reddit-link]
|
36
|
-
[![][share-weibo-shield]][share-weibo-link]
|
37
|
-
[![][share-mastodon-shield]][share-mastodon-link]
|
38
|
-
[![][share-linkedin-shield]][share-linkedin-link]
|
39
|
-
|
40
|
-
<sup>新しい時代の思考と創造を先導します。あなたのために、スーパー個人のために作られました。</sup>
|
41
|
-
|
42
|
-
[![][github-trending-shield]][github-trending-url]
|
43
|
-
|
44
|
-
[![][image-overview]][vercel-link]
|
45
|
-
|
46
|
-
</div>
|
47
|
-
|
48
|
-
<details>
|
49
|
-
<summary><kbd>目次</kbd></summary>
|
50
|
-
|
51
|
-
#### TOC
|
52
|
-
|
53
|
-
- [👋🏻 はじめに & コミュニティに参加](#-はじめに--コミュニティに参加)
|
54
|
-
- [✨ 特徴](#-特徴)
|
55
|
-
- [`1` マルチモデルサービスプロバイダーのサポート](#1-マルチモデルサービスプロバイダーのサポート)
|
56
|
-
- [`2` ローカル大規模言語モデル (LLM) のサポート](#2-ローカル大規模言語モデル-llm-のサポート)
|
57
|
-
- [`3` モデルの視覚認識](#3-モデルの視覚認識)
|
58
|
-
- [`4` TTS & STT 音声会話](#4-tts--stt-音声会話)
|
59
|
-
- [`5` テキストから画像生成](#5-テキストから画像生成)
|
60
|
-
- [`6` プラグインシステム (Function Calling)](#6-プラグインシステム-function-calling)
|
61
|
-
- [`7` エージェントマーケット (GPTs)](#7-エージェントマーケット-gpts)
|
62
|
-
- [`8` ローカル / リモートデータベースのサポート](#8-ローカル--リモートデータベースのサポート)
|
63
|
-
- [`9` マルチユーザ管理のサポート](#9-マルチユーザ管理のサポート)
|
64
|
-
- [`10` プログレッシブウェブアプリ (PWA)](#10-プログレッシブウェブアプリ-pwa)
|
65
|
-
- [`11` モバイルデバイスの適応](#11-モバイルデバイスの適応)
|
66
|
-
- [`12` カスタムテーマ](#12-カスタムテーマ)
|
67
|
-
- [`*` その他の特徴](#-その他の特徴)
|
68
|
-
- [⚡️ パフォーマンス](#️-パフォーマンス)
|
69
|
-
- [🛳 自己ホスティング](#-自己ホスティング)
|
70
|
-
- [`A` Vercel、Zeabur、Sealos でのデプロイ](#a-vercelzeabursealos-でのデプロイ)
|
71
|
-
- [`B` Docker でのデプロイ](#b-docker-でのデプロイ)
|
72
|
-
- [環境変数](#環境変数)
|
73
|
-
- [📦 エコシステム](#-エコシステム)
|
74
|
-
- [🧩 プラグイン](#-プラグイン)
|
75
|
-
- [⌨️ ローカル開発](#️-ローカル開発)
|
76
|
-
- [🤝 コントリビュート](#-コントリビュート)
|
77
|
-
- [❤️ スポンサー](#️-スポンサー)
|
78
|
-
- [🔗 その他の製品](#-その他の製品)
|
79
|
-
|
80
|
-
####
|
81
|
-
|
82
|
-
<br/>
|
83
|
-
|
84
|
-
</details>
|
85
|
-
|
86
|
-
## 👋🏻 はじめに & コミュニティに参加
|
87
|
-
|
88
|
-
私たちは、AIGC のためのモダンデザインコンポーネントとツールを提供することを目指すデザインエンジニアのグループです。
|
89
|
-
ブートストラッピングアプローチを採用することで、開発者とユーザーに対してよりオープンで透明性のある、使いやすい製品エコシステムを提供することを目指しています。
|
90
|
-
|
91
|
-
ユーザーやプロの開発者にとって、LobeHub はあなたの AI エージェントの遊び場となるでしょう。LobeChat は現在アクティブに開発中であり、遭遇した[問題][issues-link]についてのフィードバックを歓迎します。
|
92
|
-
|
93
|
-
| [![][vercel-shield-badge]][vercel-link] | インストールや登録は不要です!私たちのウェブサイトにアクセスして、直接体験してください。 |
|
94
|
-
| :---------------------------------------- | :---------------------------------------------------------------------------------------------------------------------- |
|
95
|
-
| [![][discord-shield-badge]][discord-link] | 私たちの Discord コミュニティに参加しましょう!ここでは、LobeHub の開発者や他の熱心なユーザーとつながることができます。 |
|
96
|
-
|
97
|
-
> \[!IMPORTANT]
|
98
|
-
>
|
99
|
-
> **スターを付けてください**。GitHub からのすべてのリリース通知を遅延なく受け取ることができます~⭐️
|
100
|
-
|
101
|
-
[![][image-star]][github-stars-link]
|
102
|
-
|
103
|
-
<details>
|
104
|
-
<summary><kbd>スター履歴</kbd></summary>
|
105
|
-
<picture>
|
106
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=lobehub%2Flobe-chat&theme=dark&type=Date">
|
107
|
-
<img width="100%" src="https://api.star-history.com/svg?repos=lobehub%2Flobe-chat&type=Date">
|
108
|
-
</picture>
|
109
|
-
</details>
|
110
|
-
|
111
|
-
## ✨ 特徴
|
112
|
-
|
113
|
-
[![][image-feat-privoder]][docs-feat-provider]
|
114
|
-
|
115
|
-
### `1` [マルチモデルサービスプロバイダーのサポート][docs-feat-provider]
|
116
|
-
|
117
|
-
LobeChat の継続的な開発において、AI 会話サービスを提供する際のモデルサービスプロバイダーの多様性がコミュニティのニーズを満たすために重要であることを深く理解しています。そのため、単一のモデルサービスプロバイダーに限定せず、複数のモデルサービスプロバイダーをサポートすることで、ユーザーにより多様で豊富な会話の選択肢を提供しています。
|
118
|
-
|
119
|
-
このようにして、LobeChat は異なるユーザーのニーズにより柔軟に対応し、開発者にも幅広い選択肢を提供します。
|
120
|
-
|
121
|
-
#### サポートされているモデルサービスプロバイダー
|
122
|
-
|
123
|
-
以下のモデルサービスプロバイダーをサポートしています:
|
124
|
-
|
125
|
-
<!-- PROVIDER LIST -->
|
126
|
-
|
127
|
-
- **[OpenAI](https://lobechat.com/discover/provider/openai)**: OpenAI は、世界をリードする人工知能研究機関であり、GPT シリーズなどのモデルを開発し、自然言語処理の最前線を推進しています。OpenAI は、革新と効率的な AI ソリューションを通じて、さまざまな業界を変革することに取り組んでいます。彼らの製品は、顕著な性能と経済性を持ち、研究、ビジネス、革新アプリケーションで広く使用されています。
|
128
|
-
- **[Ollama](https://lobechat.com/discover/provider/ollama)**: Ollama が提供するモデルは、コード生成、数学演算、多言語処理、対話インタラクションなどの分野を広くカバーし、企業向けおよびローカライズされた展開の多様なニーズに対応しています。
|
129
|
-
- **[Anthropic](https://lobechat.com/discover/provider/anthropic)**: Anthropic は、人工知能の研究と開発に特化した企業であり、Claude 3.5 Sonnet、Claude 3 Sonnet、Claude 3 Opus、Claude 3 Haiku などの先進的な言語モデルを提供しています。これらのモデルは、知性、速度、コストの理想的なバランスを実現しており、企業向けのワークロードから迅速な応答が求められるさまざまなアプリケーションシーンに適しています。Claude 3.5 Sonnet は最新のモデルであり、複数の評価で優れたパフォーマンスを示し、高いコストパフォーマンスを維持しています。
|
130
|
-
- **[Bedrock](https://lobechat.com/discover/provider/bedrock)**: Bedrock は、Amazon AWS が提供するサービスで、企業に先進的な AI 言語モデルと視覚モデルを提供することに特化しています。そのモデルファミリーには、Anthropic の Claude シリーズや Meta の Llama 3.1 シリーズなどが含まれ、軽量から高性能までのさまざまな選択肢を提供し、テキスト生成、対話、画像処理などの多様なタスクをサポートし、異なる規模とニーズの企業アプリケーションに適しています。
|
131
|
-
- **[Google](https://lobechat.com/discover/provider/google)**: Google の Gemini シリーズは、Google DeepMind によって開発された最先端で汎用的な AI モデルであり、多モーダル設計に特化しており、テキスト、コード、画像、音声、動画のシームレスな理解と処理をサポートします。データセンターからモバイルデバイスまでのさまざまな環境に適しており、AI モデルの効率と適用範囲を大幅に向上させています。
|
132
|
-
- **[DeepSeek](https://lobechat.com/discover/provider/deepseek)**: DeepSeek は、人工知能技術の研究と応用に特化した企業であり、最新のモデル DeepSeek-V2.5 は、汎用対話とコード処理能力を融合させ、人間の好みの整合、ライティングタスク、指示の遵守などの面で顕著な向上を実現しています。
|
133
|
-
- **[HuggingFace](https://lobechat.com/discover/provider/huggingface)**: HuggingFace Inference API は、数千のモデルをさまざまなタスクに対して探索するための迅速かつ無料の方法を提供します。新しいアプリケーションのプロトタイプを作成している場合でも、機械学習の機能を試している場合でも、この API は複数の分野の高性能モデルに即座にアクセスできるようにします。
|
134
|
-
- **[OpenRouter](https://lobechat.com/discover/provider/openrouter)**: OpenRouter は、OpenAI、Anthropic、LLaMA などのさまざまな最先端の大規模モデルインターフェースを提供するサービスプラットフォームであり、多様な開発と応用のニーズに適しています。ユーザーは、自身のニーズに応じて最適なモデルと価格を柔軟に選択し、AI 体験の向上を支援します。
|
135
|
-
- **[Cloudflare Workers AI](https://lobechat.com/discover/provider/cloudflare)**: Cloudflare のグローバルネットワーク上で、サーバーレス GPU によって駆動される機械学習モデルを実行します。
|
136
|
-
- **[GitHub](https://lobechat.com/discover/provider/github)**: GitHub モデルを使用することで、開発者は AI エンジニアになり、業界をリードする AI モデルを使って構築できます。
|
137
|
-
|
138
|
-
<details><summary><kbd>See more providers (+26)</kbd></summary>
|
139
|
-
|
140
|
-
- **[Novita](https://lobechat.com/discover/provider/novita)**: Novita AI は、さまざまな大規模言語モデルと AI 画像生成の API サービスを提供するプラットフォームであり、柔軟で信頼性が高く、コスト効率に優れています。Llama3、Mistral などの最新のオープンソースモデルをサポートし、生成的 AI アプリケーションの開発に向けた包括的でユーザーフレンドリーかつ自動スケーリングの API ソリューションを提供し、AI スタートアップの急成長を支援します。
|
141
|
-
- **[Together AI](https://lobechat.com/discover/provider/togetherai)**: Together AI は、革新的な AI モデルを通じて先進的な性能を実現することに取り組んでおり、迅速なスケーリングサポートや直感的な展開プロセスを含む広範なカスタマイズ能力を提供し、企業のさまざまなニーズに応えています。
|
142
|
-
- **[Fireworks AI](https://lobechat.com/discover/provider/fireworksai)**: Fireworks AI は、先進的な言語モデルサービスのリーダーであり、機能呼び出しと多モーダル処理に特化しています。最新のモデル Firefunction V2 は Llama-3 に基づいており、関数呼び出し、対話、指示の遵守に最適化されています。視覚言語モデル FireLLaVA-13B は、画像とテキストの混合入力をサポートしています。他の注目すべきモデルには、Llama シリーズや Mixtral シリーズがあり、高効率の多言語指示遵守と生成サポートを提供しています。
|
143
|
-
- **[Groq](https://lobechat.com/discover/provider/groq)**: Groq の LPU 推論エンジンは、最新の独立した大規模言語モデル(LLM)ベンチマークテストで卓越したパフォーマンスを示し、その驚異的な速度と効率で AI ソリューションの基準を再定義しています。Groq は、即時推論速度の代表であり、クラウドベースの展開で良好なパフォーマンスを発揮しています。
|
144
|
-
- **[Perplexity](https://lobechat.com/discover/provider/perplexity)**: Perplexity は、先進的な対話生成モデルの提供者であり、さまざまな Llama 3.1 モデルを提供し、オンラインおよびオフラインアプリケーションをサポートし、特に複雑な自然言語処理タスクに適しています。
|
145
|
-
- **[Mistral](https://lobechat.com/discover/provider/mistral)**: Mistral は、先進的な汎用、専門、研究型モデルを提供し、複雑な推論、多言語タスク、コード生成などの分野で広く使用されています。機能呼び出しインターフェースを通じて、ユーザーはカスタム機能を統合し、特定のアプリケーションを実現できます。
|
146
|
-
- **[Ai21Labs](https://lobechat.com/discover/provider/ai21)**: AI21 Labs は企業向けに基盤モデルと人工知能システムを構築し、生成的人工知能の生産への応用を加速します。
|
147
|
-
- **[Upstage](https://lobechat.com/discover/provider/upstage)**: Upstage は、さまざまなビジネスニーズに応じた AI モデルの開発に特化しており、Solar LLM や文書 AI を含み、人造一般知能(AGI)の実現を目指しています。Chat API を通じてシンプルな対話エージェントを作成し、機能呼び出し、翻訳、埋め込み、特定分野のアプリケーションをサポートします。
|
148
|
-
- **[xAI](https://lobechat.com/discover/provider/xai)**: xAI は、人類の科学的発見を加速するための人工知能を構築することに専念している企業です。私たちの使命は、宇宙に対する共通の理解を促進することです。
|
149
|
-
- **[Qwen](https://lobechat.com/discover/provider/qwen)**: 通義千問は、アリババクラウドが独自に開発した超大規模言語モデルであり、強力な自然言語理解と生成能力を持っています。さまざまな質問に答えたり、文章を創作したり、意見を表現したり、コードを執筆したりすることができ、さまざまな分野で活躍しています。
|
150
|
-
- **[Wenxin](https://lobechat.com/discover/provider/wenxin)**: 企業向けのワンストップ大規模モデルと AI ネイティブアプリケーションの開発およびサービスプラットフォームで、最も包括的で使いやすい生成的人工知能モデルの開発とアプリケーション開発の全プロセスツールチェーンを提供します。
|
151
|
-
- **[Hunyuan](https://lobechat.com/discover/provider/hunyuan)**: テンセントが開発した大規模言語モデルであり、強力な中国語の創作能力、複雑な文脈における論理的推論能力、そして信頼性の高いタスク実行能力を備えています。
|
152
|
-
- **[ZhiPu](https://lobechat.com/discover/provider/zhipu)**: 智谱 AI は、多モーダルおよび言語モデルのオープンプラットフォームを提供し、テキスト処理、画像理解、プログラミング支援など、幅広い AI アプリケーションシーンをサポートしています。
|
153
|
-
- **[SiliconCloud](https://lobechat.com/discover/provider/siliconcloud)**: SiliconFlow は、AGI を加速させ、人類に利益をもたらすことを目指し、使いやすくコスト効率の高い GenAI スタックを通じて大規模 AI の効率を向上させることに取り組んでいます。
|
154
|
-
- **[01.AI](https://lobechat.com/discover/provider/zeroone)**: 01.AI は、AI 2.0 時代の人工知能技術に特化し、「人 + 人工知能」の革新と応用を推進し、超強力なモデルと先進的な AI 技術を用いて人類の生産性を向上させ、技術の力を実現します。
|
155
|
-
- **[Spark](https://lobechat.com/discover/provider/spark)**: 科大訊飛星火大モデルは、多分野、多言語の強力な AI 能力を提供し、先進的な自然言語処理技術を利用して、スマートハードウェア、スマート医療、スマート金融などのさまざまな垂直シーンに適した革新的なアプリケーションを構築します。
|
156
|
-
- **[SenseNova](https://lobechat.com/discover/provider/sensenova)**: 商湯日日新は、商湯の強力な基盤支援に基づき、高効率で使いやすい全スタックの大規模モデルサービスを提供します。
|
157
|
-
- **[Stepfun](https://lobechat.com/discover/provider/stepfun)**: 階級星辰大モデルは、業界をリードする多モーダルおよび複雑な推論能力を備え、超長文の理解と強力な自律的検索エンジン機能をサポートしています。
|
158
|
-
- **[Moonshot](https://lobechat.com/discover/provider/moonshot)**: Moonshot は、北京月之暗面科技有限公司が提供するオープンプラットフォームであり、さまざまな自然言語処理モデルを提供し、コンテンツ創作、学術研究、スマート推薦、医療診断などの広範な応用分野を持ち、長文処理や複雑な生成タスクをサポートしています。
|
159
|
-
- **[Baichuan](https://lobechat.com/discover/provider/baichuan)**: 百川智能は、人工知能大モデルの研究開発に特化した企業であり、そのモデルは国内の知識百科、長文処理、生成創作などの中国語タスクで卓越したパフォーマンスを示し、海外の主流モデルを超えています。百川智能は、業界をリードする多モーダル能力を持ち、複数の権威ある評価で優れたパフォーマンスを示しています。そのモデルには、Baichuan 4、Baichuan 3 Turbo、Baichuan 3 Turbo 128k などが含まれ、異なるアプリケーションシーンに最適化され、高コストパフォーマンスのソリューションを提供しています。
|
160
|
-
- **[Minimax](https://lobechat.com/discover/provider/minimax)**: MiniMax は 2021 年に設立された汎用人工知能テクノロジー企業であり、ユーザーと共に知能を共創することに取り組んでいます。MiniMax は、さまざまなモードの汎用大モデルを独自に開発しており、トリリオンパラメータの MoE テキスト大モデル、音声大モデル、画像大モデルを含んでいます。また、海螺 AI などのアプリケーションも展開しています。
|
161
|
-
- **[InternLM](https://lobechat.com/discover/provider/internlm)**: 大規模モデルの研究と開発ツールチェーンに特化したオープンソース組織です。すべての AI 開発者に対して、高効率で使いやすいオープンプラットフォームを提供し、最先端の大規模モデルとアルゴリズム技術を身近に感じられるようにします。
|
162
|
-
- **[Higress](https://lobechat.com/discover/provider/higress)**: Higress は、阿里内部で Tengine のリロードが長期接続のビジネスに悪影響を及ぼすことや、gRPC/Dubbo の負荷分散能力が不足している問題を解決するために生まれた、クラウドネイティブな API ゲートウェイです。
|
163
|
-
- **[Gitee AI](https://lobechat.com/discover/provider/giteeai)**: Gitee AI の Serverless API は、AI 開発者に開梱即使用の大モデル推論 API サービスを提供する。
|
164
|
-
- **[Taichu](https://lobechat.com/discover/provider/taichu)**: 中科院自動化研究所と武漢人工知能研究院が新世代の多モーダル大モデルを発表し、多輪問答、テキスト創作、画像生成、3D 理解、信号分析などの包括的な問答タスクをサポートし、より強力な認知、理解、創作能力を持ち、新しいインタラクティブな体験を提供します。
|
165
|
-
- **[360 AI](https://lobechat.com/discover/provider/ai360)**: 360 AI は、360 社が提供する AI モデルとサービスプラットフォームであり、360GPT2 Pro、360GPT Pro、360GPT Turbo、360GPT Turbo Responsibility 8K など、さまざまな先進的な自然言語処理モデルを提供しています。これらのモデルは、大規模なパラメータと多モーダル能力を組み合わせており、テキスト生成、意味理解、対話システム、コード生成などの分野で広く使用されています。柔軟な価格戦略を通じて、360 AI は多様なユーザーのニーズに応え、開発者の統合をサポートし、スマートアプリケーションの革新と発展を促進します。
|
166
|
-
|
167
|
-
</details>
|
168
|
-
|
169
|
-
> 📊 Total providers: [<kbd>**36**</kbd>](https://lobechat.com/discover/providers)
|
170
|
-
|
171
|
-
<!-- PROVIDER LIST -->
|
172
|
-
|
173
|
-
同時に、私たちはさらに多くのモデルサービスプロバイダーをサポートする計画を立てており、サービスプロバイダーのライブラリをさらに充実させる予定です。 LobeChat があなたのお気に入りのサービスプロバイダーをサポートすることを希望する場合は、[💬 コミュニティディスカッション](https://github.com/lobehub/lobe-chat/discussions/6157)に参加してください。
|
174
|
-
|
175
|
-
<div align="right">
|
176
|
-
|
177
|
-
[![][back-to-top]](#readme-top)
|
178
|
-
|
179
|
-
</div>
|
180
|
-
|
181
|
-
[![][image-feat-local]][docs-feat-local]
|
182
|
-
|
183
|
-
### `2` [ローカル大規模言語モデル (LLM) のサポート][docs-feat-local]
|
184
|
-
|
185
|
-
特定のユーザーのニーズに応えるために、LobeChat は[Ollama](https://ollama.ai)に基づいてローカルモデルの使用をサポートしており、ユーザーが自分自身またはサードパーティのモデルを柔軟に使用できるようにしています。
|
186
|
-
|
187
|
-
> \[!TIP]
|
188
|
-
>
|
189
|
-
> [📘 LobeChat での Ollama の使用][docs-usage-ollama]について詳しくはこちらをご覧ください。
|
190
|
-
|
191
|
-
<div align="right">
|
192
|
-
|
193
|
-
[![][back-to-top]](#readme-top)
|
194
|
-
|
195
|
-
</div>
|
196
|
-
|
197
|
-
[![][image-feat-vision]][docs-feat-vision]
|
198
|
-
|
199
|
-
### `3` [モデルの視覚認識][docs-feat-vision]
|
200
|
-
|
201
|
-
LobeChat は、OpenAI の最新の視覚認識機能を備えた[`gpt-4-vision`](https://platform.openai.com/docs/guides/vision)モデルをサポートしています。
|
202
|
-
これは視覚を認識できるマルチモーダルインテリジェンスです。ユーザーは簡単に画像をアップロードしたり、画像をドラッグアンドドロップして対話ボックスに入れることができ、
|
203
|
-
エージェントは画像の内容を認識し、これに基づいてインテリジェントな会話を行い、よりスマートで多様なチャットシナリオを作成します。
|
204
|
-
|
205
|
-
この機能は、新しいインタラクティブな方法を提供し、コミュニケーションがテキストを超えて視覚要素を含むことを可能にします。
|
206
|
-
日常の使用での画像共有や特定の業界での画像解釈に関係なく、エージェントは優れた会話体験を提供します。
|
207
|
-
|
208
|
-
<div align="right">
|
209
|
-
|
210
|
-
[![][back-to-top]](#readme-top)
|
211
|
-
|
212
|
-
</div>
|
213
|
-
|
214
|
-
[![][image-feat-tts]][docs-feat-tts]
|
215
|
-
|
216
|
-
### `4` [TTS & STT 音声会話][docs-feat-tts]
|
217
|
-
|
218
|
-
LobeChat は、テキストから音声への変換(Text-to-Speech、TTS)および音声からテキストへの変換(Speech-to-Text、STT)技術をサポートしており、
|
219
|
-
テキストメッセージを明瞭な音声出力に変換し、ユーザーが実際の人と話しているかのように対話エージェントと対話できるようにします。
|
220
|
-
ユーザーは、エージェントに適した音声を選択することができます。
|
221
|
-
|
222
|
-
さらに、TTS は聴覚学習を好む人や忙しい中で情報を受け取りたい人にとって優れたソリューションを提供します。
|
223
|
-
LobeChat では、異なる地域や文化的背景のユーザーのニーズに応えるために、さまざまな高品質の音声オプション(OpenAI Audio、Microsoft Edge Speech)を慎重に選択しました。
|
224
|
-
ユーザーは、個人の好みや特定のシナリオに応じて適切な音声を選択し、パーソナライズされたコミュニケーション体験を得ることができます。
|
225
|
-
|
226
|
-
<div align="right">
|
227
|
-
|
228
|
-
[![][back-to-top]](#readme-top)
|
229
|
-
|
230
|
-
</div>
|
231
|
-
|
232
|
-
[![][image-feat-t2i]][docs-feat-t2i]
|
233
|
-
|
234
|
-
### `5` [テキストから画像生成][docs-feat-t2i]
|
235
|
-
|
236
|
-
最新のテキストから画像生成技術をサポートし、LobeChat はユーザーがエージェントとの対話中に直接画像作成ツールを呼び出すことができるようになりました。
|
237
|
-
[`DALL-E 3`](https://openai.com/dall-e-3)、[`MidJourney`](https://www.midjourney.com/)、[`Pollinations`](https://pollinations.ai/)などの AI ツールの能力を活用することで、
|
238
|
-
エージェントはあなたのアイデアを画像に変えることができます。
|
239
|
-
|
240
|
-
これにより、プライベートで没入感のある創造プロセスが可能になり、個人的な対話に視覚的なストーリーテリングをシームレスに統合することができます。
|
241
|
-
|
242
|
-
<div align="right">
|
243
|
-
|
244
|
-
[![][back-to-top]](#readme-top)
|
245
|
-
|
246
|
-
</div>
|
247
|
-
|
248
|
-
[![][image-feat-plugin]][docs-feat-plugin]
|
249
|
-
|
250
|
-
### `6` [プラグインシステム (Function Calling)][docs-feat-plugin]
|
251
|
-
|
252
|
-
LobeChat のプラグインエコシステムは、そのコア機能の重要な拡張であり、LobeChat アシスタントの実用性と柔軟性を大幅に向上させます。
|
253
|
-
|
254
|
-
<video controls src="https://github.com/lobehub/lobe-chat/assets/28616219/f29475a3-f346-4196-a435-41a6373ab9e2" muted="false"></video>
|
255
|
-
|
256
|
-
プラグインを利用することで、LobeChat アシスタントはリアルタイムの情報を取得して処理することができ、ウェブ情報を検索し、ユーザーに即時かつ関連性の高いニュースを提供することができます。
|
257
|
-
|
258
|
-
さらに、これらのプラグインはニュースの集約に限定されず、他の実用的な機能にも拡張できます。たとえば、ドキュメントの迅速な検索、画像の生成、Bilibili、Steam などのさまざまなプラットフォームからのデータの取得、さまざまなサードパーティサービスとの連携などです。
|
259
|
-
|
260
|
-
> \[!TIP]
|
261
|
-
>
|
262
|
-
> [📘 プラグインの使用][docs-usage-plugin]について詳しくはこちらをご覧ください。
|
263
|
-
|
264
|
-
<!-- PLUGIN LIST -->
|
265
|
-
|
266
|
-
| 最近追加 | 説明 |
|
267
|
-
| ---------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
|
268
|
-
| [ウェブ](https://lobechat.com/discover/plugin/web)<br/><sup>By **Proghit** on **2025-01-24**</sup> | ページを読み取り分析して、Google の結果から包括的な回答を提供するスマートウェブ検索。<br/>`ウェブ` `検索` |
|
269
|
-
| [MintbaseSearch](https://lobechat.com/discover/plugin/mintbasesearch)<br/><sup>By **mintbase** on **2024-12-31**</sup> | NEAR プロトコル上の任意の NFT データを見つける。<br/>`暗号通貨` `nft` |
|
270
|
-
| [Bing_websearch](https://lobechat.com/discover/plugin/Bingsearch-identifier)<br/><sup>By **FineHow** on **2024-12-22**</sup> | BingApi を基にインターネットから情報を検索<br/>`bingsearch` |
|
271
|
-
| [PortfolioMeta](https://lobechat.com/discover/plugin/StockData)<br/><sup>By **portfoliometa** on **2024-12-22**</sup> | 株を分析し、包括的なリアルタイムの投資データと分析を取得します。<br/>`stock` |
|
272
|
-
|
273
|
-
> 📊 Total plugins: [<kbd>**48**</kbd>](https://lobechat.com/discover/plugins)
|
274
|
-
|
275
|
-
<!-- PLUGIN LIST -->
|
276
|
-
|
277
|
-
<div align="right">
|
278
|
-
|
279
|
-
[![][back-to-top]](#readme-top)
|
280
|
-
|
281
|
-
</div>
|
282
|
-
|
283
|
-
[![][image-feat-agent]][docs-feat-agent]
|
284
|
-
|
285
|
-
### `7` [エージェントマーケット (GPTs)][docs-feat-agent]
|
286
|
-
|
287
|
-
LobeChat エージェントマーケットプレイスでは、クリエイターが多くの優れたエージェントを発見できる活気に満ちた革新的なコミュニティを提供しています。
|
288
|
-
これらのエージェントは、仕事のシナリオで重要な役割を果たすだけでなく、学習プロセスでも大いに便利です。
|
289
|
-
私たちのマーケットプレイスは、単なるショーケースプラットフォームではなく、協力の場でもあります。ここでは、誰もが自分の知恵を貢献し、開発したエージェントを共有できます。
|
290
|
-
|
291
|
-
> \[!TIP]
|
292
|
-
>
|
293
|
-
> [🤖/🏪 エージェントを提出][submit-agents-link]することで、簡単にエージェント作品をプラットフォームに提出できます。
|
294
|
-
> 重要なのは、LobeChat が高度な自動化国際化(i18n)ワークフローを確立しており、
|
295
|
-
> あなたのエージェントを複数の言語バージョンにシームレスに翻訳できることです。
|
296
|
-
> これにより、ユーザーがどの言語を話していても、エージェントを障害なく体験できます。
|
297
|
-
|
298
|
-
> \[!IMPORTANT]
|
299
|
-
>
|
300
|
-
> すべてのユーザーがこの成長するエコシステムに参加し、エージェントの反復と最適化に参加することを歓迎します。
|
301
|
-
> 一緒に、より面白く、実用的で革新的なエージェントを作成し、エージェントの多様性と実用性をさらに豊かにしましょう。
|
302
|
-
|
303
|
-
<!-- AGENT LIST -->
|
304
|
-
|
305
|
-
| 最近追加 | 説明 |
|
306
|
-
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
|
307
|
-
| [小智フランス語翻訳アシスタント](https://lobechat.com/discover/assistant/xiao-zhi-french-translation-asst-v-1)<br/><sup>By **[WeR-Best](https://github.com/WeR-Best)** on **2025-02-10**</sup> | 親しみやすく、専門的で、共感力のあるフランス語翻訳 AI アシスタント<br/>`aiアシスタント` `フランス語翻訳` `異文化交流` `創造性` |
|
308
|
-
| [命理研究者](https://lobechat.com/discover/assistant/fate-researcher)<br/><sup>By **[Jack980506](https://github.com/Jack980506)** on **2025-02-06**</sup> | 八字命に精通<br/>`命理学` `八字` `伝統文化` |
|
309
|
-
| [言語の魅力学習メンター](https://lobechat.com/discover/assistant/bad-language-helper)<br/><sup>By **[Guducat](https://github.com/Guducat)** on **2025-02-06**</sup> | 言語の魅力と多様な応答を教えるのが得意<br/>`言語学習` `対話例` |
|
310
|
-
| [Allinone](https://lobechat.com/discover/assistant/allinone-v-1)<br/><sup>By **[AXuanCreator](https://github.com/AXuanCreator)** on **2025-02-06**</sup> | 革新・未来・卓越<br/>`プログラミング` `低コスト` `簡潔な回答` |
|
311
|
-
|
312
|
-
> 📊 Total agents: [<kbd>**486**</kbd> ](https://lobechat.com/discover/assistants)
|
313
|
-
|
314
|
-
<!-- AGENT LIST -->
|
315
|
-
|
316
|
-
<div align="right">
|
317
|
-
|
318
|
-
[![][back-to-top]](#readme-top)
|
319
|
-
|
320
|
-
</div>
|
321
|
-
|
322
|
-
[![][image-feat-database]][docs-feat-database]
|
323
|
-
|
324
|
-
### `8` [ローカル / リモートデータベースのサポート][docs-feat-database]
|
325
|
-
|
326
|
-
LobeChat は、サーバーサイドデータベースとローカルデータベースの両方の使用をサポートしています。ニーズに応じて、適切なデプロイメントソリューションを選択できます:
|
327
|
-
|
328
|
-
- **ローカルデータベース**:データとプライバシー保護に対するより多くの制御を希望するユーザーに適しています。LobeChat は CRDT(Conflict-Free Replicated Data Type)技術を使用してマルチデバイス同期を実現しています。これはシームレスなデータ同期体験を提供することを目的とした実験的な機能です。
|
329
|
-
- **サーバーサイドデータベース**:より便利なユーザー体験を希望するユーザーに適しています。LobeChat は PostgreSQL をサーバーサイドデータベースとしてサポートしています。サーバーサイドデータベースの設定方法についての詳細なドキュメントは、[サーバーサイドデータベースの設定](https://lobehub.com/docs/self-hosting/advanced/server-database)をご覧ください。
|
330
|
-
|
331
|
-
どのデータベースを選択しても、LobeChat は優れたユーザー体験を提供します。
|
332
|
-
|
333
|
-
<div align="right">
|
334
|
-
|
335
|
-
[![][back-to-top]](#readme-top)
|
336
|
-
|
337
|
-
</div>
|
338
|
-
|
339
|
-
[![][image-feat-auth]][docs-feat-auth]
|
340
|
-
|
341
|
-
### `9` [マルチユーザ管理のサポート][docs-feat-auth]
|
342
|
-
|
343
|
-
LobeChat はマルチユーザ管理をサポートし、異なるニーズに応じて 2 つの主要なユーザ認証および管理ソリューションを提供します:
|
344
|
-
|
345
|
-
- **next-auth**:LobeChat は、複数の認証方法(OAuth、メールログイン、資格情報ログインなど)をサポートする柔軟で強力な認証ライブラリである`next-auth`を統合しています。`next-auth`を使用すると、ユーザの登録、ログイン、セッション管理、ソーシャルログインなどの機能を簡単に実装し、ユーザデータのセキュリティとプライバシーを確保できます。
|
346
|
-
|
347
|
-
- **Clerk**:より高度なユーザ管理機能が必要なユーザ向けに、LobeChat は`Clerk`もサポートしています。`Clerk`は、現代的なユーザ管理プラットフォームであり、多要素認証(MFA)、ユーザプロファイル管理、ログイン活動の監視など、より豊富な機能を提供します。`Clerk`を使用すると、より高いセキュリティと柔軟性を得ることができ、複雑なユーザ管理ニーズに簡単に対応できます。
|
348
|
-
|
349
|
-
どのユーザ管理ソリューションを選択しても、LobeChat は優れたユーザー体験と強力な機能サポートを提供します。
|
350
|
-
|
351
|
-
<div align="right">
|
352
|
-
|
353
|
-
[![][back-to-top]](#readme-top)
|
354
|
-
|
355
|
-
</div>
|
356
|
-
|
357
|
-
[![][image-feat-pwa]][docs-feat-pwa]
|
358
|
-
|
359
|
-
### `10` [プログレッシブウェブアプリ (PWA)][docs-feat-pwa]
|
360
|
-
|
361
|
-
私たちは、今日のマルチデバイス環境でユーザーにシームレスな体験を提供することの重要性を深く理解しています。
|
362
|
-
そのため、プログレッシブウェブアプリケーション([PWA](https://support.google.com/chrome/answer/9658361))技術を採用しました。
|
363
|
-
これは、ウェブアプリケーションをネイティブアプリに近い体験に引き上げるモダンなウェブ技術です。
|
364
|
-
|
365
|
-
PWA を通じて、LobeChat はデスクトップとモバイルデバイスの両方で高度に最適化されたユーザー体験を提供しながら、その軽量で高性能な特性を維持します。
|
366
|
-
視覚的および感覚的には、インターフェースを慎重に設計し、ネイティブアプリと区別がつかないようにし、
|
367
|
-
スムーズなアニメーション、レスポンシブレイアウト、および異なるデバイスの画面解像度に適応するようにしています。
|
368
|
-
|
369
|
-
> \[!NOTE]
|
370
|
-
>
|
371
|
-
> PWA のインストールプロセスに慣れていない場合は、以下の手順に従って LobeChat をデスクトップアプリケーション(モバイルデバイスにも適用)として追加できます:
|
372
|
-
>
|
373
|
-
> - コンピュータで Chrome または Edge ブラウザを起動します。
|
374
|
-
> - LobeChat のウェブページにアクセスします。
|
375
|
-
> - アドレスバーの右上にある<kbd>インストール</kbd>アイコンをクリックします。
|
376
|
-
> - 画面の指示に従って PWA のインストールを完了します。
|
377
|
-
|
378
|
-
<div align="right">
|
379
|
-
|
380
|
-
[![][back-to-top]](#readme-top)
|
381
|
-
|
382
|
-
</div>
|
383
|
-
|
384
|
-
[![][image-feat-mobile]][docs-feat-mobile]
|
385
|
-
|
386
|
-
### `11` [モバイルデバイスの適応][docs-feat-mobile]
|
387
|
-
|
388
|
-
モバイルデバイスのユーザー体験を向上させるために、一連の最適化設計を行いました。現在、モバイルユーザー体験のバージョンを繰り返し改善しています。ご意見やアイデアがある場合は、GitHub Issues や Pull Requests を通じてフィードバックをお寄せください。
|
389
|
-
|
390
|
-
<div align="right">
|
391
|
-
|
392
|
-
[![][back-to-top]](#readme-top)
|
393
|
-
|
394
|
-
</div>
|
395
|
-
|
396
|
-
[![][image-feat-theme]][docs-feat-theme]
|
397
|
-
|
398
|
-
### `12` [カスタムテーマ][docs-feat-theme]
|
399
|
-
|
400
|
-
デザインエンジニアリング指向のアプリケーションとして、LobeChat はユーザーの個別体験を重視しており、
|
401
|
-
柔軟で多様なテーマモードを導入しています。日中のライトモードと夜間のダークモードを含みます。
|
402
|
-
テーマモードの切り替えに加えて、さまざまな色のカスタマイズオプションを提供し、ユーザーが自分の好みに応じてアプリケーションのテーマカラーを調整できるようにしています。
|
403
|
-
落ち着いたダークブルー、活気のあるピーチピンク、プロフェッショナルなグレーホワイトなど、LobeChat では自分のスタイルに合った色の選択肢を見つけることができます。
|
404
|
-
|
405
|
-
> \[!TIP]
|
406
|
-
>
|
407
|
-
> デフォルトの設定は、ユーザーのシステムのカラーモードをインテリジェントに認識し、テーマを自動的に切り替えて、オペレーティングシステムと一貫した視覚体験を提供します。
|
408
|
-
> 詳細を手動で制御するのが好きなユーザーには、直感的な設定オプションと、会話シナリオに対してチャットバブルモードとドキュメントモードの選択肢を提供します。
|
409
|
-
|
410
|
-
<div align="right">
|
411
|
-
|
412
|
-
[![][back-to-top]](#readme-top)
|
413
|
-
|
414
|
-
</div>
|
415
|
-
|
416
|
-
### `*` その他の特徴
|
417
|
-
|
418
|
-
これらの特徴に加えて、LobeChat は基本的な技術基盤も優れています:
|
419
|
-
|
420
|
-
- [x] 💨 **迅速なデプロイ**:Vercel プラットフォームまたは Docker イメージを使用して、ワンクリックでデプロイを行い、1 分以内にプロセスを完了できます。複雑な設定は不要です。
|
421
|
-
- [x] 🌐 **カスタムドメイン**:ユーザーが独自のドメインを持っている場合、プラットフォームにバインドして、どこからでも対話エージェントに迅速にアクセスできます。
|
422
|
-
- [x] 🔒 **プライバシー保護**:すべてのデータはユーザーのブラウザにローカルに保存され、ユーザーのプライバシーを保護します。
|
423
|
-
- [x] 💎 **洗練された UI デザイン**:慎重に設計されたインターフェースで、エレガントな外観とスムーズなインタラクションを提供します。ライトモードとダークモードをサポートし、モバイルフレンドリーです。PWA サポートにより、よりネイティブに近い体験を提供します。
|
424
|
-
- [x] 🗣️ **スムーズな会話体験**:流れるような応答により、スムーズな会話体験を提供します。Markdown レンダリングを完全にサポートし、コードのハイライト、LaTex の数式、Mermaid のフローチャートなどを含みます。
|
425
|
-
|
426
|
-
> ✨ LobeChat の進化に伴い、さらに多くの機能が追加されます。
|
427
|
-
|
428
|
-
---
|
429
|
-
|
430
|
-
> \[!NOTE]
|
431
|
-
>
|
432
|
-
> 今後の[ロードマップ][github-project-link]計画は、Projects セクションで確認できます。
|
433
|
-
|
434
|
-
<div align="right">
|
435
|
-
|
436
|
-
[![][back-to-top]](#readme-top)
|
437
|
-
|
438
|
-
</div>
|
439
|
-
|
440
|
-
## ⚡️ パフォーマンス
|
441
|
-
|
442
|
-
> \[!NOTE]
|
443
|
-
>
|
444
|
-
> 完全なレポートのリストは[📘 Lighthouse レポート][docs-lighthouse]で確認できます。
|
445
|
-
|
446
|
-
| デスクトップ | モバイル |
|
447
|
-
| :-------------------------------------------: | :------------------------------------------: |
|
448
|
-
| ![][chat-desktop] | ![][chat-mobile] |
|
449
|
-
| [📑 Lighthouse レポート][chat-desktop-report] | [📑 Lighthouse レポート][chat-mobile-report] |
|
450
|
-
|
451
|
-
<div align="right">
|
452
|
-
|
453
|
-
[![][back-to-top]](#readme-top)
|
454
|
-
|
455
|
-
</div>
|
456
|
-
|
457
|
-
## 🛳 自己ホスティング
|
458
|
-
|
459
|
-
LobeChat は、Vercel と[Docker イメージ][docker-release-link]を使用した自己ホスティングバージョンを提供しています。これにより、事前の知識がなくても数分で独自のチャットボットをデプロイできます。
|
460
|
-
|
461
|
-
> \[!TIP]
|
462
|
-
>
|
463
|
-
> [📘 独自の LobeChat を構築する][docs-self-hosting]について詳しくはこちらをご覧ください。
|
464
|
-
|
465
|
-
### `A` Vercel、Zeabur、Sealos でのデプロイ
|
466
|
-
|
467
|
-
このサービスを Vercel または Zeabur でデプロイしたい場合は、以下の手順に従ってください:
|
468
|
-
|
469
|
-
- [OpenAI API Key](https://platform.openai.com/account/api-keys)を準備します。
|
470
|
-
- 下のボタンをクリックしてデプロイを開始します:GitHub アカウントで直接ログインし、環境変数セクションに`OPENAI_API_KEY`(必須)と`ACCESS_CODE`(推奨)を入力します。
|
471
|
-
- デプロイが完了したら、使用を開始できます。
|
472
|
-
- カスタムドメインをバインド(オプション):Vercel が割り当てたドメインの DNS は一部の地域で汚染されているため、カスタムドメインをバインドすることで直接接続できます。
|
473
|
-
|
474
|
-
<div align="center">
|
475
|
-
|
476
|
-
| Vercel でデプロイ | Zeabur でデプロイ | Sealos でデプロイ |
|
477
|
-
| :-------------------------------------: | :---------------------------------------------------------: | :---------------------------------------------------------: |
|
478
|
-
| [![][deploy-button-image]][deploy-link] | [![][deploy-on-zeabur-button-image]][deploy-on-zeabur-link] | [![][deploy-on-sealos-button-image]][deploy-on-sealos-link] |
|
479
|
-
|
480
|
-
</div>
|
481
|
-
|
482
|
-
#### フォーク後
|
483
|
-
|
484
|
-
フォーク後、リポジトリのアクションページで他のアクションを無効にし、アップストリーム同期アクションのみを保持します。
|
485
|
-
|
486
|
-
#### 更新を維持
|
487
|
-
|
488
|
-
README のワンクリックデプロイ手順に従って独自のプロジェクトをデプロイした場合、「更新が利用可能です」というプロンプトが常に表示されることがあります。これは、Vercel がデフォルトで新しいプロジェクトを作成し、フォークしないため、更新を正確に検出できないためです。
|
489
|
-
|
490
|
-
> \[!TIP]
|
491
|
-
>
|
492
|
-
> [📘 最新バージョンと自動同期][docs-upstream-sync]の手順に従って再デプロイすることをお勧めします。
|
493
|
-
|
494
|
-
<br/>
|
495
|
-
|
496
|
-
### `B` Docker でのデプロイ
|
497
|
-
|
498
|
-
[![][docker-release-shield]][docker-release-link]
|
499
|
-
[![][docker-size-shield]][docker-size-link]
|
500
|
-
[![][docker-pulls-shield]][docker-pulls-link]
|
501
|
-
|
502
|
-
LobeChat サービスを独自のプライベートデバイスにデプロイするための Docker イメージを提供しています。以下のコマンドを使用して LobeChat サービスを開始します:
|
503
|
-
|
504
|
-
```fish
|
505
|
-
$ docker run -d -p 3210:3210 \
|
506
|
-
-e OPENAI_API_KEY=sk-xxxx \
|
507
|
-
-e ACCESS_CODE=lobe66 \
|
508
|
-
--name lobe-chat \
|
509
|
-
lobehub/lobe-chat
|
510
|
-
```
|
511
|
-
|
512
|
-
> \[!TIP]
|
513
|
-
>
|
514
|
-
> OpenAI サービスをプロキシ経由で使用する必要がある場合は、`OPENAI_PROXY_URL`環境変数を使用してプロキシアドレスを設定できます:
|
515
|
-
|
516
|
-
```fish
|
517
|
-
$ docker run -d -p 3210:3210 \
|
518
|
-
-e OPENAI_API_KEY=sk-xxxx \
|
519
|
-
-e OPENAI_PROXY_URL=https://api-proxy.com/v1 \
|
520
|
-
-e ACCESS_CODE=lobe66 \
|
521
|
-
--name lobe-chat \
|
522
|
-
lobehub/lobe-chat
|
523
|
-
```
|
524
|
-
|
525
|
-
> \[!NOTE]
|
526
|
-
>
|
527
|
-
> Docker を使用したデプロイの詳細な手順については、[📘 Docker デプロイガイド][docs-docker]を参照してください。
|
528
|
-
|
529
|
-
<br/>
|
530
|
-
|
531
|
-
### 環境変数
|
532
|
-
|
533
|
-
このプロジェクトは、環境変数で設定される追加の構成項目を提供します:
|
534
|
-
|
535
|
-
| 環境変数 | 必須 | 説明 | 例 |
|
536
|
-
| ------------------- | ------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
|
537
|
-
| `OPENAI_API_KEY` | はい | これは OpenAI アカウントページで申請した API キーです | `sk-xxxxxx...xxxxxx` |
|
538
|
-
| `OPENAI_PROXY_URL` | いいえ | OpenAI インターフェイスプロキシを手動で設定する場合、この設定項目を使って、デフォルトの OpenAI API リクエストベース URL を上書きすることができます。 | `https://api.chatanywhere.cn` または `https://aihubmix.com/v1` <br/>デフォルトの値は<br/>`https://api.openai.com/v1` |
|
539
|
-
| `ACCESS_CODE` | いいえ | このサービスにアクセスするためのパスワードを追加します。漏洩を避けるために長いパスワードを設定することができます。この値にカンマが含まれる場合は、パスワードの配列となります。 | `awCTe)re_r74` または `rtrt_ewee3@09!` または `code1,code2,code3` |
|
540
|
-
| `OPENAI_MODEL_LIST` | いいえ | モデルリストをコントロールするために使用します。モデルを追加するには `+` を、モデルを非表示にするには `-` を、モデルの表示名をカンマ区切りでカスタマイズするには `model_name=display_name` を使用します。 | `qwen-7b-chat,+glm-6b,-gpt-3.5-turbo` |
|
541
|
-
|
542
|
-
> \[!NOTE]
|
543
|
-
>
|
544
|
-
> 環境変数の完全なリストは [📘環境変数][docs-env-var] にあります
|
545
|
-
|
546
|
-
<div align="right">
|
547
|
-
|
548
|
-
[![][back-to-top]](#readme-top)
|
549
|
-
|
550
|
-
</div>
|
551
|
-
|
552
|
-
## 📦 エコシステム
|
553
|
-
|
554
|
-
| NPM | リポジトリ | 説明 | バージョン |
|
555
|
-
| --------------------------------- | --------------------------------------- | ------------------------------------------------------------------------------------- | ----------------------------------------- |
|
556
|
-
| [@lobehub/ui][lobe-ui-link] | [lobehub/lobe-ui][lobe-ui-github] | AIGC ウェブアプリケーション構築専用のオープンソース UI コンポーネントライブラリ。 | [![][lobe-ui-shield]][lobe-ui-link] |
|
557
|
-
| [@lobehub/icons][lobe-icons-link] | [lobehub/lobe-icons][lobe-icons-github] | 人気の AI/LLM モデルブランドの SVG ロゴとアイコン集。 | [![][lobe-icons-shield]][lobe-icons-link] |
|
558
|
-
| [@lobehub/tts][lobe-tts-link] | [lobehub/lobe-tts][lobe-tts-github] | 高品質で信頼性の高い TTS/STT React Hooks ライブラリ | [![][lobe-tts-shield]][lobe-tts-link] |
|
559
|
-
| [@lobehub/lint][lobe-lint-link] | [lobehub/lobe-lint][lobe-lint-github] | LobeHub の ESlint、Stylelint、Commitlint、Prettier、Remark、Semantic Release の設定。 | [![][lobe-lint-shield]][lobe-lint-link] |
|
560
|
-
|
561
|
-
<div align="right">
|
562
|
-
|
563
|
-
[![][back-to-top]](#readme-top)
|
564
|
-
|
565
|
-
</div>
|
566
|
-
|
567
|
-
## 🧩 プラグイン
|
568
|
-
|
569
|
-
プラグインは、LobeChat の[関数呼び出し][docs-functionc-call]機能を拡張する手段を提供します。プラグインを使用して、新しい関数呼び出しやメッセージ結果の新しいレンダリング方法を導入することができます。プラグイン開発に興味がある方は、Wiki の[📘プラグイン開発ガイド][docs-plugin-dev]を参照してください。
|
570
|
-
|
571
|
-
- [lobe-chat-plugins][lobe-chat-plugins]: これは LobeChat のプラグインインデックスです。このリポジトリから index.json にアクセスし、LobeChat で利用可能なプラグインのリストをユーザに表示します。
|
572
|
-
- [chat-plugin-template][chat-plugin-template]: これは LobeChat プラグイン開発用のプラグインテンプレートです。
|
573
|
-
- [@lobehub/chat-plugin-sdk][chat-plugin-sdk]: LobeChat プラグイン SDK は、Lobe Chat 用の優れたチャットプラグインの作成を支援します。
|
574
|
-
- [@lobehub/chat-plugins-gateway][chat-plugins-gateway]: LobeChat Plugins Gateway は、LobeChat プラグインのためのゲートウェイを提供するバックエンドサービスです。このサービスは Vercel を使用してデプロイされます。プライマリ API の POST /api/v1/runner は Edge Function としてデプロイされます。
|
575
|
-
|
576
|
-
> \[!NOTE]
|
577
|
-
>
|
578
|
-
> プラグインシステムは現在大規模な開発中です。詳しくは以下の issue をご覧ください:
|
579
|
-
>
|
580
|
-
> - [x] [**プラグインフェイズ 1**](https://github.com/lobehub/lobe-chat/issues/73): プラグインを本体から分離し、メンテナンスのためにプラグインを独立したリポジトリに分割し、プラグインの動的ロードを実現する。
|
581
|
-
> - [x] [**プラグインフェイズ 2**](https://github.com/lobehub/lobe-chat/issues/97): プラグイン使用の安全性と安定性、より正確な異常状態の提示、プラグインアーキテクチャの保守性、開発者フレンドリー。
|
582
|
-
> - [x] [**プラグインフェイズ 3**](https://github.com/lobehub/lobe-chat/issues/149): より高度で包括的なカスタマイズ機能、プラグイン認証のサポート、サンプル。
|
583
|
-
|
584
|
-
<div align="right">
|
585
|
-
|
586
|
-
[![][back-to-top]](#readme-top)
|
587
|
-
|
588
|
-
</div>
|
589
|
-
|
590
|
-
## ⌨️ ローカル開発
|
591
|
-
|
592
|
-
GitHub Codespaces を使ってオンライン開発ができます:
|
593
|
-
|
594
|
-
[![][codespaces-shield]][codespaces-link]
|
595
|
-
|
596
|
-
Or clone it for local development:
|
597
|
-
|
598
|
-
```fish
|
599
|
-
$ git clone https://github.com/lobehub/lobe-chat.git
|
600
|
-
$ cd lobe-chat
|
601
|
-
$ pnpm install
|
602
|
-
$ pnpm dev
|
603
|
-
```
|
604
|
-
|
605
|
-
より詳しい情報をお知りになりたい方は、[📘開発ガイド][docs-dev-guide]をご覧ください。
|
606
|
-
|
607
|
-
<div align="right">
|
608
|
-
|
609
|
-
[![][back-to-top]](#readme-top)
|
610
|
-
|
611
|
-
</div>
|
612
|
-
|
613
|
-
## 🤝 コントリビュート
|
614
|
-
|
615
|
-
どのようなタイプのコントリビュートも大歓迎です;コードを提供することに興味がある方は、GitHub の [Issues][github-issues-link] や [Projects][github-project-link] をチェックして、あなたの力をお貸しください。
|
616
|
-
|
617
|
-
> \[!TIP]
|
618
|
-
>
|
619
|
-
> 私たちは技術主導のフォーラムを創設し、知識の交流とアイデアの交換を促進することで、相互のインスピレーションと協力的なイノベーションを生み出すことを目指しています。
|
620
|
-
>
|
621
|
-
> LobeChat の改善にご協力ください。製品設計のフィードバックやユーザー体験に関するディスカッションを直接お寄せください。
|
622
|
-
>
|
623
|
-
> **プリンシパルメンテナー:** [@arvinxx](https://github.com/arvinxx) [@canisminor1990](https://github.com/canisminor1990)
|
624
|
-
|
625
|
-
[![][pr-welcome-shield]][pr-welcome-link]
|
626
|
-
[![][submit-agents-shield]][submit-agents-link]
|
627
|
-
[![][submit-plugin-shield]][submit-plugin-link]
|
628
|
-
|
629
|
-
<a href="https://github.com/lobehub/lobe-chat/graphs/contributors" target="_blank">
|
630
|
-
<table>
|
631
|
-
<tr>
|
632
|
-
<th colspan="2">
|
633
|
-
<br><img src="https://contrib.rocks/image?repo=lobehub/lobe-chat"><br><br>
|
634
|
-
</th>
|
635
|
-
</tr>
|
636
|
-
<tr>
|
637
|
-
<td>
|
638
|
-
<picture>
|
639
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://next.ossinsight.io/widgets/official/compose-org-active-contributors/thumbnail.png?activity=active&period=past_28_days&owner_id=131470832&repo_ids=643445235&image_size=2x3&color_scheme=dark">
|
640
|
-
<img src="https://next.ossinsight.io/widgets/official/compose-org-active-contributors/thumbnail.png?activity=active&period=past_28_days&owner_id=131470832&repo_ids=643445235&image_size=2x3&color_scheme=light">
|
641
|
-
</picture>
|
642
|
-
</td>
|
643
|
-
<td rowspan="2">
|
644
|
-
<picture>
|
645
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://next.ossinsight.io/widgets/official/compose-org-participants-growth/thumbnail.png?activity=active&period=past_28_days&owner_id=131470832&repo_ids=643445235&image_size=4x7&color_scheme=dark">
|
646
|
-
<img src="https://next.ossinsight.io/widgets/official/compose-org-participants-growth/thumbnail.png?activity=active&period=past_28_days&owner_id=131470832&repo_ids=643445235&image_size=4x7&color_scheme=light">
|
647
|
-
</picture>
|
648
|
-
</td>
|
649
|
-
</tr>
|
650
|
-
<tr>
|
651
|
-
<td>
|
652
|
-
<picture>
|
653
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://next.ossinsight.io/widgets/official/compose-org-active-contributors/thumbnail.png?activity=new&period=past_28_days&owner_id=131470832&repo_ids=643445235&image_size=2x3&color_scheme=dark">
|
654
|
-
<img src="https://next.ossinsight.io/widgets/official/compose-org-active-contributors/thumbnail.png?activity=new&period=past_28_days&owner_id=131470832&repo_ids=643445235&image_size=2x3&color_scheme=light">
|
655
|
-
</picture>
|
656
|
-
</td>
|
657
|
-
</tr>
|
658
|
-
</table>
|
659
|
-
</a>
|
660
|
-
|
661
|
-
<div align="right">
|
662
|
-
|
663
|
-
[![][back-to-top]](#readme-top)
|
664
|
-
|
665
|
-
</div>
|
666
|
-
|
667
|
-
## ❤️ スポンサー
|
668
|
-
|
669
|
-
あなたの一度きりの寄付が、私たちの銀河系で輝きを放ちます!皆様は流れ星であり、私たちの旅路に迅速かつ明るい影響を与えます。私たちを信じてくださり、ありがとうございます。皆様の寛大なお気持ちが、私たちの使命に向かって、一度に輝かしい閃光を放つよう導いてくださるのです。
|
670
|
-
|
671
|
-
<a href="https://opencollective.com/lobehub" target="_blank">
|
672
|
-
<picture>
|
673
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/lobehub/.github/blob/main/static/sponsor-dark.png?raw=true">
|
674
|
-
<img src="https://github.com/lobehub/.github/blob/main/static/sponsor-light.png?raw=true">
|
675
|
-
</picture>
|
676
|
-
</a>
|
677
|
-
|
678
|
-
<div align="right">
|
679
|
-
|
680
|
-
[![][back-to-top]](#readme-top)
|
681
|
-
|
682
|
-
</div>
|
683
|
-
|
684
|
-
## 🔗 その他の製品
|
685
|
-
|
686
|
-
- **[🅰️ Lobe SD Theme][lobe-theme]:** Stable Diffusion WebUI のためのモダンなテーマ、絶妙なインターフェースデザイン、高度にカスタマイズ可能な UI、効率を高める機能。
|
687
|
-
- **[⛵️ Lobe Midjourney WebUI][lobe-midjourney-webui]:** Midjourney の WebUI は、AI を活用しテキストプロンプトから豊富で多様な画像を素早く生成し、創造性を刺激して会話を盛り上げます。
|
688
|
-
- **[🌏 Lobe i18n][lobe-i18n] :** Lobe i18n は ChatGPT を利用した国際化翻訳プロセスの自動化ツールです。大きなファイルの自動分割、増分更新、OpenAI モデル、API プロキシ、温度のカスタマイズオプションなどの機能をサポートしています。
|
689
|
-
- **[💌 Lobe Commit][lobe-commit]:** Lobe Commit は、Langchain/ChatGPT を活用して Gitmoji ベースのコミットメッセージを生成する CLI ツールです。
|
690
|
-
|
691
|
-
<div align="right">
|
692
|
-
|
693
|
-
[![][back-to-top]](#readme-top)
|
694
|
-
|
695
|
-
</div>
|
696
|
-
|
697
|
-
---
|
698
|
-
|
699
|
-
<details><summary><h4>📝 License</h4></summary>
|
700
|
-
|
701
|
-
[![][fossa-license-shield]][fossa-license-link]
|
702
|
-
|
703
|
-
</details>
|
704
|
-
|
705
|
-
Copyright © 2024 [LobeHub][profile-link]. <br />
|
706
|
-
This project is [Apache 2.0](./LICENSE) licensed.
|
707
|
-
|
708
|
-
<!-- LINK GROUP -->
|
709
|
-
|
710
|
-
[back-to-top]: https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square
|
711
|
-
[blog]: https://lobehub.com/blog
|
712
|
-
[changelog]: https://lobehub.com/changelog
|
713
|
-
[chat-desktop]: https://raw.githubusercontent.com/lobehub/lobe-chat/lighthouse/lighthouse/chat/desktop/pagespeed.svg
|
714
|
-
[chat-desktop-report]: https://lobehub.github.io/lobe-chat/lighthouse/chat/desktop/lobechat_com_chat.html
|
715
|
-
[chat-mobile]: https://raw.githubusercontent.com/lobehub/lobe-chat/lighthouse/lighthouse/chat/mobile/pagespeed.svg
|
716
|
-
[chat-mobile-report]: https://lobehub.github.io/lobe-chat/lighthouse/chat/mobile/lobechat_com_chat.html
|
717
|
-
[chat-plugin-sdk]: https://github.com/lobehub/chat-plugin-sdk
|
718
|
-
[chat-plugin-template]: https://github.com/lobehub/chat-plugin-template
|
719
|
-
[chat-plugins-gateway]: https://github.com/lobehub/chat-plugins-gateway
|
720
|
-
[codecov-link]: https://codecov.io/gh/lobehub/lobe-chat
|
721
|
-
[codecov-shield]: https://img.shields.io/codecov/c/github/lobehub/lobe-chat?labelColor=black&style=flat-square&logo=codecov&logoColor=white
|
722
|
-
[codespaces-link]: https://codespaces.new/lobehub/lobe-chat
|
723
|
-
[codespaces-shield]: https://github.com/codespaces/badge.svg
|
724
|
-
[deploy-button-image]: https://vercel.com/button
|
725
|
-
[deploy-link]: https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Flobehub%2Flobe-chat&env=OPENAI_API_KEY,ACCESS_CODE&envDescription=Find%20your%20OpenAI%20API%20Key%20by%20click%20the%20right%20Learn%20More%20button.%20%7C%20Access%20Code%20can%20protect%20your%20website&envLink=https%3A%2F%2Fplatform.openai.com%2Faccount%2Fapi-keys&project-name=lobe-chat&repository-name=lobe-chat
|
726
|
-
[deploy-on-sealos-button-image]: https://raw.githubusercontent.com/labring-actions/templates/main/Deploy-on-Sealos.svg
|
727
|
-
[deploy-on-sealos-link]: https://cloud.sealos.io/?openapp=system-template%3FtemplateName%3Dlobe-chat
|
728
|
-
[deploy-on-zeabur-button-image]: https://zeabur.com/button.svg
|
729
|
-
[deploy-on-zeabur-link]: https://zeabur.com/templates/VZGGTI
|
730
|
-
[discord-link]: https://discord.gg/AYFPHvv2jT
|
731
|
-
[discord-shield]: https://img.shields.io/discord/1127171173982154893?color=5865F2&label=discord&labelColor=black&logo=discord&logoColor=white&style=flat-square
|
732
|
-
[discord-shield-badge]: https://img.shields.io/discord/1127171173982154893?color=5865F2&label=discord&labelColor=black&logo=discord&logoColor=white&style=for-the-badge
|
733
|
-
[docker-pulls-link]: https://hub.docker.com/r/lobehub/lobe-chat
|
734
|
-
[docker-pulls-shield]: https://img.shields.io/docker/pulls/lobehub/lobe-chat?color=45cc11&labelColor=black&style=flat-square
|
735
|
-
[docker-release-link]: https://hub.docker.com/r/lobehub/lobe-chat
|
736
|
-
[docker-release-shield]: https://img.shields.io/docker/v/lobehub/lobe-chat?color=369eff&label=docker&labelColor=black&logo=docker&logoColor=white&style=flat-square
|
737
|
-
[docker-size-link]: https://hub.docker.com/r/lobehub/lobe-chat
|
738
|
-
[docker-size-shield]: https://img.shields.io/docker/image-size/lobehub/lobe-chat?color=369eff&labelColor=black&style=flat-square
|
739
|
-
[docs]: https://lobehub.com/docs/usage/start
|
740
|
-
[docs-dev-guide]: https://github.com/lobehub/lobe-chat/wiki/index
|
741
|
-
[docs-docker]: https://lobehub.com/docs/self-hosting/platform/docker
|
742
|
-
[docs-env-var]: https://lobehub.com/docs/self-hosting/environment-variables
|
743
|
-
[docs-feat-agent]: https://lobehub.com/docs/usage/features/agent-market
|
744
|
-
[docs-feat-auth]: https://lobehub.com/docs/usage/features/auth
|
745
|
-
[docs-feat-database]: https://lobehub.com/docs/usage/features/database
|
746
|
-
[docs-feat-local]: https://lobehub.com/docs/usage/features/local-llm
|
747
|
-
[docs-feat-mobile]: https://lobehub.com/docs/usage/features/mobile
|
748
|
-
[docs-feat-plugin]: https://lobehub.com/docs/usage/features/plugin-system
|
749
|
-
[docs-feat-provider]: https://lobehub.com/docs/usage/features/multi-ai-providers
|
750
|
-
[docs-feat-pwa]: https://lobehub.com/docs/usage/features/pwa
|
751
|
-
[docs-feat-t2i]: https://lobehub.com/docs/usage/features/text-to-image
|
752
|
-
[docs-feat-theme]: https://lobehub.com/docs/usage/features/theme
|
753
|
-
[docs-feat-tts]: https://lobehub.com/docs/usage/features/tts
|
754
|
-
[docs-feat-vision]: https://lobehub.com/docs/usage/features/vision
|
755
|
-
[docs-functionc-call]: https://lobehub.com/blog/openai-function-call
|
756
|
-
[docs-lighthouse]: https://github.com/lobehub/lobe-chat/wiki/Lighthouse
|
757
|
-
[docs-plugin-dev]: https://lobehub.com/docs/usage/plugins/development
|
758
|
-
[docs-self-hosting]: https://lobehub.com/docs/self-hosting/start
|
759
|
-
[docs-upstream-sync]: https://lobehub.com/docs/self-hosting/advanced/upstream-sync
|
760
|
-
[docs-usage-ollama]: https://lobehub.com/docs/usage/providers/ollama
|
761
|
-
[docs-usage-plugin]: https://lobehub.com/docs/usage/plugins/basic
|
762
|
-
[fossa-license-link]: https://app.fossa.com/projects/git%2Bgithub.com%2Flobehub%2Flobe-chat
|
763
|
-
[fossa-license-shield]: https://app.fossa.com/api/projects/git%2Bgithub.com%2Flobehub%2Flobe-chat.svg?type=large
|
764
|
-
[github-action-release-link]: https://github.com/actions/workflows/lobehub/lobe-chat/release.yml
|
765
|
-
[github-action-release-shield]: https://img.shields.io/github/actions/workflow/status/lobehub/lobe-chat/release.yml?label=release&labelColor=black&logo=githubactions&logoColor=white&style=flat-square
|
766
|
-
[github-action-test-link]: https://github.com/actions/workflows/lobehub/lobe-chat/test.yml
|
767
|
-
[github-action-test-shield]: https://img.shields.io/github/actions/workflow/status/lobehub/lobe-chat/test.yml?label=test&labelColor=black&logo=githubactions&logoColor=white&style=flat-square
|
768
|
-
[github-contributors-link]: https://github.com/lobehub/lobe-chat/graphs/contributors
|
769
|
-
[github-contributors-shield]: https://img.shields.io/github/contributors/lobehub/lobe-chat?color=c4f042&labelColor=black&style=flat-square
|
770
|
-
[github-forks-link]: https://github.com/lobehub/lobe-chat/network/members
|
771
|
-
[github-forks-shield]: https://img.shields.io/github/forks/lobehub/lobe-chat?color=8ae8ff&labelColor=black&style=flat-square
|
772
|
-
[github-issues-link]: https://github.com/lobehub/lobe-chat/issues
|
773
|
-
[github-issues-shield]: https://img.shields.io/github/issues/lobehub/lobe-chat?color=ff80eb&labelColor=black&style=flat-square
|
774
|
-
[github-license-link]: https://github.com/lobehub/lobe-chat/blob/main/LICENSE
|
775
|
-
[github-license-shield]: https://img.shields.io/badge/license-apache%202.0-white?labelColor=black&style=flat-square
|
776
|
-
[github-project-link]: https://github.com/lobehub/lobe-chat/projects
|
777
|
-
[github-release-link]: https://github.com/lobehub/lobe-chat/releases
|
778
|
-
[github-release-shield]: https://img.shields.io/github/v/release/lobehub/lobe-chat?color=369eff&labelColor=black&logo=github&style=flat-square
|
779
|
-
[github-releasedate-link]: https://github.com/lobehub/lobe-chat/releases
|
780
|
-
[github-releasedate-shield]: https://img.shields.io/github/release-date/lobehub/lobe-chat?labelColor=black&style=flat-square
|
781
|
-
[github-stars-link]: https://github.com/lobehub/lobe-chat/network/stargazers
|
782
|
-
[github-stars-shield]: https://img.shields.io/github/stars/lobehub/lobe-chat?color=ffcb47&labelColor=black&style=flat-square
|
783
|
-
[github-trending-shield]: https://trendshift.io/api/badge/repositories/2256
|
784
|
-
[github-trending-url]: https://trendshift.io/repositories/2256
|
785
|
-
[image-banner]: https://github.com/lobehub/lobe-chat/assets/28616219/9f155dff-4737-429f-9cad-a70a1a860c5f
|
786
|
-
[image-feat-agent]: https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/268670869-f1ffbf66-42b6-42cf-a937-9ce1f8328514.png
|
787
|
-
[image-feat-auth]: https://github.com/lobehub/lobe-chat/assets/17870709/8ce70e15-40df-451e-b700-66090fe5b8c2
|
788
|
-
[image-feat-database]: https://github.com/lobehub/lobe-chat/assets/17870709/c27a0234-a4e9-40e5-8bcb-42d5ce7e40f9
|
789
|
-
[image-feat-local]: https://github.com/lobehub/lobe-chat/assets/28616219/ca9a21bc-ea6c-4c90-bf4a-fa53b4fb2b5c
|
790
|
-
[image-feat-mobile]: https://gw.alipayobjects.com/zos/kitchen/R441AuFS4W/mobile.webp
|
791
|
-
[image-feat-plugin]: https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/268670883-33c43a5c-a512-467e-855c-fa299548cce5.png
|
792
|
-
[image-feat-privoder]: https://github.com/lobehub/lobe-chat/assets/28616219/b164bc54-8ba2-4c1e-b2f2-f4d7f7e7a551
|
793
|
-
[image-feat-pwa]: https://gw.alipayobjects.com/zos/kitchen/69x6bllkX3/pwa.webp
|
794
|
-
[image-feat-t2i]: https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/297746445-0ff762b9-aa08-4337-afb7-12f932b6efbb.png
|
795
|
-
[image-feat-theme]: https://gw.alipayobjects.com/zos/kitchen/pvus1lo%26Z7/darkmode.webp
|
796
|
-
[image-feat-tts]: https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/284072124-c9853d8d-f1b5-44a8-a305-45ebc0f6d19a.png
|
797
|
-
[image-feat-vision]: https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/284072129-382bdf30-e3d6-4411-b5a0-249710b8ba08.png
|
798
|
-
[image-overview]: https://github.com/lobehub/lobe-chat/assets/17870709/56b95d48-f573-41cd-8b38-387bf88bc4bf
|
799
|
-
[image-star]: https://github.com/lobehub/lobe-chat/assets/17870709/cb06b748-513f-47c2-8740-d876858d7855
|
800
|
-
[issues-link]: https://img.shields.io/github/issues/lobehub/lobe-chat.svg?style=flat
|
801
|
-
[lobe-chat-plugins]: https://github.com/lobehub/lobe-chat-plugins
|
802
|
-
[lobe-commit]: https://github.com/lobehub/lobe-commit/tree/master/packages/lobe-commit
|
803
|
-
[lobe-i18n]: https://github.com/lobehub/lobe-commit/tree/master/packages/lobe-i18n
|
804
|
-
[lobe-icons-github]: https://github.com/lobehub/lobe-icons
|
805
|
-
[lobe-icons-link]: https://www.npmjs.com/package/@lobehub/icons
|
806
|
-
[lobe-icons-shield]: https://img.shields.io/npm/v/@lobehub/icons?color=369eff&labelColor=black&logo=npm&logoColor=white&style=flat-square
|
807
|
-
[lobe-lint-github]: https://github.com/lobehub/lobe-lint
|
808
|
-
[lobe-lint-link]: https://www.npmjs.com/package/@lobehub/lint
|
809
|
-
[lobe-lint-shield]: https://img.shields.io/npm/v/@lobehub/lint?color=369eff&labelColor=black&logo=npm&logoColor=white&style=flat-square
|
810
|
-
[lobe-midjourney-webui]: https://github.com/lobehub/lobe-midjourney-webui
|
811
|
-
[lobe-theme]: https://github.com/lobehub/sd-webui-lobe-theme
|
812
|
-
[lobe-tts-github]: https://github.com/lobehub/lobe-tts
|
813
|
-
[lobe-tts-link]: https://www.npmjs.com/package/@lobehub/tts
|
814
|
-
[lobe-tts-shield]: https://img.shields.io/npm/v/@lobehub/tts?color=369eff&labelColor=black&logo=npm&logoColor=white&style=flat-square
|
815
|
-
[lobe-ui-github]: https://github.com/lobehub/lobe-ui
|
816
|
-
[lobe-ui-link]: https://www.npmjs.com/package/@lobehub/ui
|
817
|
-
[lobe-ui-shield]: https://img.shields.io/npm/v/@lobehub/ui?color=369eff&labelColor=black&logo=npm&logoColor=white&style=flat-square
|
818
|
-
[official-site]: https://lobehub.com
|
819
|
-
[pr-welcome-link]: https://github.com/lobehub/lobe-chat/pulls
|
820
|
-
[pr-welcome-shield]: https://img.shields.io/badge/🤯_pr_welcome-%E2%86%92-ffcb47?labelColor=black&style=for-the-badge
|
821
|
-
[profile-link]: https://github.com/lobehub
|
822
|
-
[share-linkedin-link]: https://linkedin.com/feed
|
823
|
-
[share-linkedin-shield]: https://img.shields.io/badge/-share%20on%20linkedin-black?labelColor=black&logo=linkedin&logoColor=white&style=flat-square
|
824
|
-
[share-mastodon-link]: https://mastodon.social/share?text=Check%20this%20GitHub%20repository%20out%20%F0%9F%A4%AF%20LobeChat%20-%20An%20open-source,%20extensible%20(Function%20Calling),%20high-performance%20chatbot%20framework.%20It%20supports%20one-click%20free%20deployment%20of%20your%20private%20ChatGPT/LLM%20web%20application.%20https://github.com/lobehub/lobe-chat%20#chatbot%20#chatGPT%20#openAI
|
825
|
-
[share-mastodon-shield]: https://img.shields.io/badge/-share%20on%20mastodon-black?labelColor=black&logo=mastodon&logoColor=white&style=flat-square
|
826
|
-
[share-reddit-link]: https://www.reddit.com/submit?title=Check%20this%20GitHub%20repository%20out%20%F0%9F%A4%AF%20LobeChat%20-%20An%20open-source%2C%20extensible%20%28Function%20Calling%29%2C%20high-performance%20chatbot%20framework.%20It%20supports%20one-click%20free%20deployment%20of%20your%20private%20ChatGPT%2FLLM%20web%20application.%20%23chatbot%20%23chatGPT%20%23openAI&url=https%3A%2F%2Fgithub.com%2Flobehub%2Flobe-chat
|
827
|
-
[share-reddit-shield]: https://img.shields.io/badge/-share%20on%20reddit-black?labelColor=black&logo=reddit&logoColor=white&style=flat-square
|
828
|
-
[share-telegram-link]: https://t.me/share/url"?text=Check%20this%20GitHub%20repository%20out%20%F0%9F%A4%AF%20LobeChat%20-%20An%20open-source%2C%20extensible%20%28Function%20Calling%29%2C%20high-performance%20chatbot%20framework.%20It%20supports%20one-click%20free%20deployment%20of%20your%20private%20ChatGPT%2FLLM%20web%20application.%20%23chatbot%20%23chatGPT%20%23openAI&url=https%3A%2F%2Fgithub.com%2Flobehub%2Flobe-chat
|
829
|
-
[share-telegram-shield]: https://img.shields.io/badge/-share%20on%20telegram-black?labelColor=black&logo=telegram&logoColor=white&style=flat-square
|
830
|
-
[share-weibo-link]: http://service.weibo.com/share/share.php?sharesource=weibo&title=Check%20this%20GitHub%20repository%20out%20%F0%9F%A4%AF%20LobeChat%20-%20An%20open-source%2C%20extensible%20%28Function%20Calling%29%2C%20high-performance%20chatbot%20framework.%20It%20supports%20one-click%20free%20deployment%20of%20your%20private%20ChatGPT%2FLLM%20web%20application.%20%23chatbot%20%23chatGPT%20%23openAI&url=https%3A%2F%2Fgithub.com%2Flobehub%2Flobe-chat
|
831
|
-
[share-weibo-shield]: https://img.shields.io/badge/-share%20on%20weibo-black?labelColor=black&logo=sinaweibo&logoColor=white&style=flat-square
|
832
|
-
[share-whatsapp-link]: https://api.whatsapp.com/send?text=Check%20this%20GitHub%20repository%20out%20%F0%9F%A4%AF%20LobeChat%20-%20An%20open-source%2C%20extensible%20%28Function%20Calling%29%2C%20high-performance%20chatbot%20framework.%20It%20supports%20one-click%20free%20deployment%20of%20your%20private%20ChatGPT%2FLLM%20web%20application.%20https%3A%2F%2Fgithub.com%2Flobehub%2Flobe-chat%20%23chatbot%20%23chatGPT%20%23openAI
|
833
|
-
[share-whatsapp-shield]: https://img.shields.io/badge/-share%20on%20whatsapp-black?labelColor=black&logo=whatsapp&logoColor=white&style=flat-square
|
834
|
-
[share-x-link]: https://x.com/intent/tweet?hashtags=chatbot%2CchatGPT%2CopenAI&text=Check%20this%20GitHub%20repository%20out%20%F0%9F%A4%AF%20LobeChat%20-%20An%20open-source%2C%20extensible%20%28Function%20Calling%29%2C%20high-performance%20chatbot%20framework.%20It%20supports%20one-click%20free%20deployment%20of%20your%20private%20ChatGPT%2FLLM%20web%20application.&url=https%3A%2F%2Fgithub.com%2Flobehub%2Flobe-chat
|
835
|
-
[share-x-shield]: https://img.shields.io/badge/-share%20on%20x-black?labelColor=black&logo=x&logoColor=white&style=flat-square
|
836
|
-
[sponsor-link]: https://opencollective.com/lobehub 'Become ❤️ LobeHub Sponsor'
|
837
|
-
[sponsor-shield]: https://img.shields.io/badge/-Sponsor%20LobeHub-f04f88?logo=opencollective&logoColor=white&style=flat-square
|
838
|
-
[submit-agents-link]: https://github.com/lobehub/lobe-chat-agents
|
839
|
-
[submit-agents-shield]: https://img.shields.io/badge/🤖/🏪_submit_agent-%E2%86%92-c4f042?labelColor=black&style=for-the-badge
|
840
|
-
[submit-plugin-link]: https://github.com/lobehub/lobe-chat-plugins
|
841
|
-
[submit-plugin-shield]: https://img.shields.io/badge/🧩/🏪_submit_plugin-%E2%86%92-95f3d9?labelColor=black&style=for-the-badge
|
842
|
-
[vercel-link]: https://chat-preview.lobehub.com
|
843
|
-
[vercel-shield]: https://img.shields.io/badge/vercel-online-55b467?labelColor=black&logo=vercel&style=flat-square
|
844
|
-
[vercel-shield-badge]: https://img.shields.io/badge/TRY%20LOBECHAT-ONLINE-55b467?labelColor=black&logo=vercel&style=for-the-badge
|