Class NaruMistralProvider
java.lang.Object
net.thevpc.naru.api.model.AbstractNaruModelProvider
net.thevpc.naru.ext.models.openapi.AbstractOpenAICompatProvider
net.thevpc.naru.ext.models.mistral.NaruMistralProvider
- All Implemented Interfaces:
NaruModelProvider,net.thevpc.nuts.spi.NComponent
-
Field Summary
Fields inherited from class net.thevpc.naru.ext.models.openapi.AbstractOpenAICompatProvider
protocols, supportedModels -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected NaruModelProtocolcreateProtocol(NaruModelConfig model, NaruModelCapabilities capabilities) protected StringFallback base url when<name>.urlconfig is not set.protected NaruModelCapabilitiesresolveCapabilities(String modelName) Statically maps model limits since cloud-hosted capabilities cannot be polled natively.Methods inherited from class net.thevpc.naru.ext.models.openapi.AbstractOpenAICompatProvider
chatPath, findModelIds, getProtocolMethods inherited from class net.thevpc.naru.api.model.AbstractNaruModelProvider
apiKey, defaultEnvKey, getParam, getParamNames, getSecureParam, isEnabled, name, onParamChanged, setEnabled, setParamMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.thevpc.naru.api.model.NaruModelProvider
installModel, isSupportedInstallModel, isSupportedPsModel, isSupportedUninstallModel, isSupportedUnloadModel, psModel, uninstallModel, unloadModel
-
Constructor Details
-
NaruMistralProvider
public NaruMistralProvider()
-
-
Method Details
-
defaultBaseUrl
Description copied from class:AbstractOpenAICompatProviderFallback base url when<name>.urlconfig is not set.- Specified by:
defaultBaseUrlin classAbstractOpenAICompatProvider
-
createProtocol
protected NaruModelProtocol createProtocol(NaruModelConfig model, NaruModelCapabilities capabilities) - Overrides:
createProtocolin classAbstractOpenAICompatProvider
-
resolveCapabilities
Statically maps model limits since cloud-hosted capabilities cannot be polled natively.- Specified by:
resolveCapabilitiesin classAbstractOpenAICompatProvider
-