准备修改大模型对话输出的文本的tts生成为stream_call,进行备份提交
This commit is contained in:
12
asr-monitor-test/app/config.py
Normal file
12
asr-monitor-test/app/config.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from pymysql.cursors import DictCursor
|
||||
|
||||
DATABASE_CONFIG = {
|
||||
"host": "localhost",
|
||||
"port": 5455,
|
||||
"user": "root",
|
||||
"password": "infini_rag_flow",
|
||||
"database": "rag_flow",
|
||||
"cursorclass": DictCursor, # 返回字典格式结果
|
||||
"charset": "utf8mb4",
|
||||
"autocommit": True
|
||||
}
|
||||
Reference in New Issue
Block a user