DeepchecksLLMClient.update_application_config#

DeepchecksLLMClient.update_application_config(app_name: str, file)#

Update the auto-annotation YAML configuration file for the interaction type that is related to the application kind.

From version 0.22.0 config yaml is managed “per interaction type” instead of “application level”. This method is deprecated, please use update_interaction_type_config() instead.

Parameters:
app_namestr

Application name

filestr

The path to the configuration file to update

Returns:
None