mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-07-24 20:47:46 +00:00
update readme
This commit is contained in:
parent
3c40659527
commit
e348313405
@ -1,5 +1,7 @@
|
||||
# DB-GPT
|
||||
A Open Database-GPT Experiment
|
||||
A Open Database-GPT Experiment, A fully localized project.
|
||||
|
||||
一个数据库相关的GPT实验项目, 模型与数据全部本地化部署, 绝对保障数据的隐私安全。 同时此GPT项目可以直接本地部署连接到私有数据库, 进行私有数据处理。
|
||||
|
||||

|
||||
|
||||
@ -52,3 +54,7 @@ python webserver.py
|
||||
- SQL-diagnosis
|
||||
|
||||
总的来说,它是一个用于数据库的复杂且创新的AI工具。如果您对如何在工作中使用或实施DB-GPT有任何具体问题,请联系我, 我会尽力提供帮助, 同时也欢迎大家参与到项目建设中, 做一些有趣的事情。
|
||||
|
||||
|
||||
# Licence
|
||||
[MIT](https://github.com/csunny/DB-GPT/blob/main/LICENSE)
|
@ -281,7 +281,7 @@ def build_single_model_ui():
|
||||
"""
|
||||
learn_more_markdown = """
|
||||
### Licence
|
||||
The service is a research preview intended for non-commercial use only. subject to the model [License](https://github.com/facebookresearch/llama/blob/main/MODEL_CARD.md) of LLaMA
|
||||
The service is a research preview intended for non-commercial use only. subject to the model [License](https://github.com/facebookresearch/llama/blob/main/MODEL_CARD.md) of Vicuna-13B
|
||||
"""
|
||||
|
||||
state = gr.State()
|
||||
|
Loading…
Reference in New Issue
Block a user