Uses of Record Class
com.amalgamasimulation.llm.LLMConnection
Packages that use LLMConnection
-
Uses of LLMConnection in com.amalgamasimulation.llm
Methods in com.amalgamasimulation.llm that return LLMConnectionModifier and TypeMethodDescriptionstatic LLMConnectionLLMConnection.defaultConnection()Returns a default LLMConnection instance configured with DeepSeek API.Constructors in com.amalgamasimulation.llm with parameters of type LLMConnectionModifierConstructorDescriptionLLMClient(LLMConnection connection) Creates a newLLMClientwith the specifiedLLMConnectionconfiguration.