Uses of Class
dyntabs.ai.EasyAIConfig
Packages that use EasyAIConfig
-
Uses of EasyAIConfig in dyntabs.ai
Methods in dyntabs.ai that return EasyAIConfigModifier and TypeMethodDescriptionEasyAIConfig.Builder.build()static EasyAIConfigEasyAI.getGlobalConfig()Returns the global configuration, or loads fromeasyai.propertiesif not set.static EasyAIConfigEasyAIConfigLoader.load()Loads configuration from the properties file only.static EasyAIConfigEasyAIConfigLoader.load(EasyAIConfig.Builder overrides) Loads configuration from the properties file, then applies overrides from the provided builder.Methods in dyntabs.ai with parameters of type EasyAIConfigModifier and TypeMethodDescriptionstatic voidEasyAI.configure(EasyAIConfig config) Sets a global configuration that will be used as default for all new conversations and assistants (unless overridden per-builder).static dev.langchain4j.model.chat.ChatLanguageModelModelFactory.create(EasyAIConfig config)