EPAM AI DIAL Admin version
Admin: [FE]0.20.0-dev.56 [BE]0.20.0-dev.10
How to reproduce
- Log in to DIAL Admin.
- Navigate to Assets → Models.
- Click Add Model to create a new model.
- Open the Features tab.
Actual result
All feature toggles are OFF by default in Assets → Models:
- Temperature supported — OFF
- Custom temperature — OFF
- Max tokens — OFF
- Parallel tool calls — OFF
- System prompt — OFF
- Allow resume — OFF
- Accessible by request key — OFF
Expected result
The following feature toggles should be ON by default, as defined in AI DIAL Core (FeaturesData.java) and reflected correctly in Entities → Models:
- Temperature supported — ON
- Custom temperature — ON
- Max tokens — ON
- Parallel tool calls — ON
- System prompt — ON
- Allow resume — ON
- Accessible by request key — ON
Additional information
The discrepancy is between Assets → Models (all OFF) and Entities → Models (correct defaults applied). Core defaults are defined in FeaturesData.java.
Confidential information
I confirm that do not share any confidential information
EPAM AI DIAL Admin version
Admin: [FE]0.20.0-dev.56 [BE]0.20.0-dev.10
How to reproduce
Actual result
All feature toggles are OFF by default in Assets → Models:
Expected result
The following feature toggles should be ON by default, as defined in AI DIAL Core (FeaturesData.java) and reflected correctly in Entities → Models:
Additional information
The discrepancy is between Assets → Models (all OFF) and Entities → Models (correct defaults applied). Core defaults are defined in FeaturesData.java.
Confidential information
I confirm that do not share any confidential information