# BingGPTCsharp **Repository Path**: znah/bing-gptcsharp ## Basic Information - **Project Name**: BingGPTCsharp - **Description**: binggpt for csharp .net - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2023-04-04 - **Last Updated**: 2023-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BingGptCSharp ## Nuget包名 BingGPTCsharp PM 安装 Install-Package BingGPTCsharp using BingGPTCsharp 怎么获得 Cookie\ How Get Cookie\ Edge/Chromium 安装插件 Cookie Editor,导出 Export as Json\ samples: ```c# using BingGPTCsharp; //if not woking //using EdgeGPTCsharp ChatBot bot = new ChatBot("C:\\YouCookie.txt"); while (true) { var Text = await bot.Ask(Console.ReadLine(), ""); } ```