Class TurAnthropicLlmProvider
java.lang.Object
com.viglet.turing.genai.provider.llm.TurAnthropicLlmProvider
- All Implemented Interfaces:
TurGenAiLlmProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.ai.chat.model.ChatModelcreateChatModel(TurLLMInstance turLLMInstance, String decryptedApiKey) org.springframework.ai.embedding.EmbeddingModelcreateEmbeddingModel(TurLLMInstance turLLMInstance, String decryptedApiKey) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface TurGenAiLlmProvider
fetchContextWindow
-
Constructor Details
-
TurAnthropicLlmProvider
-
-
Method Details
-
getPluginType
- Specified by:
getPluginTypein interfaceTurGenAiLlmProvider
-
createChatModel
public org.springframework.ai.chat.model.ChatModel createChatModel(TurLLMInstance turLLMInstance, String decryptedApiKey) - Specified by:
createChatModelin interfaceTurGenAiLlmProvider
-
createEmbeddingModel
public org.springframework.ai.embedding.EmbeddingModel createEmbeddingModel(TurLLMInstance turLLMInstance, String decryptedApiKey) - Specified by:
createEmbeddingModelin interfaceTurGenAiLlmProvider
-