Uses of Class
ai.vespa.llm.InferenceParameters
Packages that use InferenceParameters
-
Uses of InferenceParameters in ai.vespa.llm
Methods in ai.vespa.llm that return InferenceParametersModifier and TypeMethodDescriptionInferenceParameters.withDefaultOptions(Function<String, String> defaultOptions) Methods in ai.vespa.llm with parameters of type InferenceParametersModifier and TypeMethodDescriptionLanguageModel.complete(Prompt prompt, InferenceParameters options) LanguageModel.completeAsync(Prompt prompt, InferenceParameters options, Consumer<Completion> consumer) -
Uses of InferenceParameters in ai.vespa.llm.client.openai
Methods in ai.vespa.llm.client.openai with parameters of type InferenceParametersModifier and TypeMethodDescriptionOpenAiClient.complete(Prompt prompt, InferenceParameters options) OpenAiClient.completeAsync(Prompt prompt, InferenceParameters options, Consumer<Completion> consumer) -
Uses of InferenceParameters in ai.vespa.llm.test
Methods in ai.vespa.llm.test with parameters of type InferenceParametersModifier and TypeMethodDescriptionMockLanguageModel.complete(Prompt prompt, InferenceParameters options) MockLanguageModel.completeAsync(Prompt prompt, InferenceParameters options, Consumer<Completion> action)