mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-10-23 01:49:58 +00:00
feat(core): Support multi round conversation operator (#986)
This commit is contained in:
@@ -10,6 +10,14 @@ import asyncio
|
||||
|
||||
from dbgpt.configs.model_config import LOGDIR
|
||||
|
||||
try:
|
||||
from termcolor import colored
|
||||
except ImportError:
|
||||
|
||||
def colored(x, *args, **kwargs):
|
||||
return x
|
||||
|
||||
|
||||
server_error_msg = (
|
||||
"**NETWORK ERROR DUE TO HIGH TRAFFIC. PLEASE REGENERATE OR REFRESH THIS PAGE.**"
|
||||
)
|
||||
|
Reference in New Issue
Block a user