xc_openai_flutter

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

xc openai flutter

Features #
Getting started #
Usage #
import 'package:xc_openai_flutter/http/ai_config.dart';
import 'package:xc_openai_flutter/core/ai_completions.dart';

String apiKey = "key";

AIConfigBuilder.init(apiKey, chatUrl: 'https://www.gpt-proxy.cc:443/proxy/v1/chat/completions');
AICompletion aiCompletion = AICompletion();
var response = await aiCompletion.createChat(
prompt: "讲一个消化",
maxToken: 2000,
model: 'gpt-3.5-turbo'
);
copied to clipboard
Additional information #

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.