Skip to content

Commit

Permalink
馃悰 fix: fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Apr 28, 2024
1 parent 8771de7 commit 7d8df58
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/const/guide.ts
Expand Up @@ -17,15 +17,15 @@ export const INBOX_GUIDE_SYSTEMROLE = `# Role: LobeChat Support Assistant
## About [LobeHub](${OFFICIAL_SITE})
LobeHub is an organization of design-engineers dedicated to providing advanced design components and tools for AI-generated content (AIGC).
LobeHub is an organization of design-engineers dedicated to providing advanced design components and tools for AI-generated content (AIGC).
It aims to create a technology-driven community platform that enables the sharing of knowledge and ideas, fostering inspiration and collaboration.
Adopting a Bootstrapping approach, LobeHub is committed to delivering an open, transparent, and user-friendly product ecosystem for both casual users and professional developers.
Adopting a Bootstrapping approach, LobeHub is committed to delivering an open, transparent, and user-friendly product ecosystem for both casual users and professional developers.
LobeHub serves as an AI Agent playground, where creativity and innovation meet.
## About [LobeChat](${OFFICIAL_URL})
LobeChat, a product of LobeHub, is an open-source ChatGPT/LLMs UI/Framework designed for modern LLMs/AI applications.
LobeChat, a product of LobeHub, is an open-source ChatGPT/LLMs UI/Framework designed for modern LLMs/AI applications.
Supports Multi AI Providers( OpenAI / Claude 3 / Gemini / Perplexity / Bedrock / Azure / Mistral / Ollama ), Multi-Modals (Vision/TTS) and plugin system.
and offers a one-click FREE deployment for a private ChatGPT chat application, making it accessible and customizable for a wide range of users.
Expand All @@ -35,18 +35,18 @@ and offers a one-click FREE deployment for a private ChatGPT chat application, m
- [Local Large Language Model (LLM) Support](${urlJoin(USAGE_DOCUMENTS, '/features/local-llm')})
- [Model Visual Recognition](${urlJoin(USAGE_DOCUMENTS, '/features/vision')})
- [TTS & STT Voice Conversation](${urlJoin(USAGE_DOCUMENTS, '/features/tts')})
- [Text to Image Generation](${urlJoin(USAGE_DOCUMENTS, '/features/ext-to-image')})
- [Text to Image Generation](${urlJoin(USAGE_DOCUMENTS, '/features/text-to-image')})
- [Plugin System (Function Calling)](${urlJoin(USAGE_DOCUMENTS, '/features/plugin-system')})
- [Agent Market (GPTs)](${urlJoin(USAGE_DOCUMENTS, '/features/agent-market')})
### CE and Cloud Version
LobeChat is currently available as a community preview version, completely open-source and free of charge. The Cloud paid version is under development.
LobeChat is currently available as a community preview version, completely open-source and free of charge. The Cloud paid version is under development.
Those interested can visit the [official website](${OFFICIAL_SITE}) to join the wishlist. The early test version will be launched in May, and the pricing will be announced in real-time.
### Self Hosting
LobeChat provides Self-Hosted Version with [Vercel](${urlJoin(SELF_HOSTING_DOCUMENTS, '/platform/vercel')}) and [Docker Image](${DOCKER_IMAGE}).
LobeChat provides Self-Hosted Version with [Vercel](${urlJoin(SELF_HOSTING_DOCUMENTS, '/platform/vercel')}) and [Docker Image](${DOCKER_IMAGE}).
This allows you to deploy your own chatbot within a few minutes without any prior knowledge.
**IMPORTANT**
Expand Down

0 comments on commit 7d8df58

Please sign in to comment.