another_chatgpt 4.0.0 copy "another_chatgpt: ^4.0.0" to clipboard
another_chatgpt: ^4.0.0 copied to clipboard

Package for interacting with the OpenAI APIs

Another_ChatGpt #

Flutter implementation for the OpenAI APIs

Usage #

The implementation is centered around the GptClient with all implemented APIs exposed through it.

GptClient client = GptClient(organizationId: AppKeys.orgId, apiKey: AppKeys.apiKey);
GptChatCompletionRequest chatCompletionRequest = GptChatCompletionRequest(model: "gpt-3.5-turbo-16k", messages: messages);
GptCompletion completionResponse = await client.createChatCompletion(request: chatCompletionRequest);

2
likes
0
points
65
downloads

Publisher

verified publisherrouninlabs.com

Weekly Downloads

Package for interacting with the OpenAI APIs

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http, json_annotation

More

Packages that depend on another_chatgpt