io.github.panghy.openai.OpenAiApi Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of client Show documentation
Show all versions of client Show documentation
Basic retrofit client for OpenAI's GPT APIs
The newest version!
package io.github.panghy.openai;
/**
* @deprecated Use {@link io.github.panghy.openai.client.OpenAiApi}
*/
@Deprecated
public interface OpenAiApi extends io.github.panghy.openai.client.OpenAiApi {
// For legacy compatibility only.
}