0 purchases
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 #
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.