v0.0.6

eosphoros-ai/DB-GPTv0.0.6May 21, 2023by csunny

AI Summary

Architecture update introducing multi-model support to interact with various large language models.

Key Highlights

  • Introduction of Model Adapter and Chat Adapter architecture.
  • Support for Vicuna (7b, 13b) models.
  • Support for ChatGLM-6b (int4, int8) models.
  • Extensible design to accept more models via adapter implementation.

New Features

  • Multi-LLM model support
  • Vicuna model support
  • ChatGLM-6b support

Full Release Notes

Multi llm model support: 
- model_adapter for load multi models
- chat_adapter for chat with models.
 Supports multiple large language models, currently supporting Vicuna (7b, 13b), ChatGLM-6b (int4, int8)

多模型支持:
- 新增Model Adapter 以及Chat Adapter, 后续可以通过实现adapter接入更多大模型
- 只是库支持ChatGLM-6b