Package ai.optfor.springopenaiapi
Class OpenAIApi
java.lang.Object
ai.optfor.springopenaiapi.OpenAIApi
-
Constructor Summary
ConstructorsConstructorDescriptionOpenAIApi(String openaiKey, org.springframework.web.client.RestTemplate restTemplate, PromptCache promptCache) -
Method Summary
Modifier and TypeMethodDescriptionchat(String model, List<ChatMessage> chats, int maxTokens, double temperature)
-
Constructor Details
-
OpenAIApi
public OpenAIApi(String openaiKey, org.springframework.web.client.RestTemplate restTemplate, PromptCache promptCache)
-
-
Method Details
-
chat
public ChatCompletionResponse chat(String model, String prompt, String role, Integer maxTokens, double temperature) -
chat
public ChatCompletionResponse chat(String model, List<ChatMessage> chats, int maxTokens, double temperature) -
embedding
-
embedding
-