Skip to content

znahovo/BingGPTCsharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BingGptCSharp

Nuget包名 BingGPTCsharp

PM 安装 Install-Package BingGPTCsharp

using BingGPTCsharp

怎么获得 Cookie
How Get Cookie
Edge/Chromium 安装插件 Cookie Editor,导出 Export as Json\

samples:

using BingGPTCsharp;
//if not woking 
//using EdgeGPTCsharp

ChatBot bot = new ChatBot("C:\\YouCookie.txt");
while (true)
{
    var Text = await bot.Ask(Console.ReadLine(), "");
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages