fix: revert CI path filters (#5561)
This commit is contained in:
parent
f8d97be932
commit
023dba9475
2 changed files with 1 additions and 2 deletions
|
|
@ -25,6 +25,7 @@ class ModelConfigResource(Resource):
|
|||
@account_initialization_required
|
||||
@get_app_model(mode=[AppMode.AGENT_CHAT, AppMode.CHAT, AppMode.COMPLETION])
|
||||
def post(self, app_model):
|
||||
|
||||
"""Modify app model config"""
|
||||
# validate config
|
||||
model_configuration = AppModelConfigService.validate_configuration(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue