mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-20 00:54:43 +00:00
fix(scene): fix chat scene config custom prompt (#2725)
This commit is contained in:
@@ -139,6 +139,7 @@ class ServeDao(BaseDao[ServeEntity, ServeRequest, ServerResponse]):
|
||||
user_code=entity.user_code,
|
||||
model=entity.model,
|
||||
input_variables=entity.input_variables,
|
||||
response_schema=entity.response_schema,
|
||||
prompt_language=entity.prompt_language,
|
||||
sys_code=entity.sys_code,
|
||||
gmt_created=gmt_created_str,
|
||||
|
Reference in New Issue
Block a user