Skip to content

Resources

renovate[bot] edited this page Feb 18, 2024 · 1 revision

Resources and References

The design and development of LobeChat would not have been possible without the excellent projects in the community and ecosystem. We have used or referred to some outstanding resources and guides in the design and development process. Here are some key reference resources for developers to refer to during the development and learning process:

  1. OpenAI API Guide: We use OpenAI's API to access and process AI conversation data. You can check out the OpenAI API Guide for more details.

  2. OpenAI SDK: We use OpenAI's Node.js SDK to interact with OpenAI's API. You can view the source code and documentation on the OpenAI SDK GitHub repository.

  3. AI SDK: We use Vercel's AI SDK to access and process AI conversation data. You can refer to the documentation of AI SDK for more details.

  4. LangChain: Our early conversation feature was implemented based on LangChain. You can visit LangChain to learn more about it.

  5. Chat-Next-Web: Chat Next Web is an excellent project, and some of LobeChat's features and workflows are referenced from its implementation. You can view the source code and documentation on the Chat-Next-Web GitHub repository.

  6. Next.js Documentation: Our project is built on Next.js, and you can refer to the Next.js Documentation for more information about Next.js.

  7. FlowGPT: FlowGPT is currently the world's largest Prompt community, and some of the agents in LobeChat come from active authors in FlowGPT. You can visit FlowGPT to learn more about it.

We will continue to update and supplement this list to provide developers with more reference resources.

Clone this wiki locally