This commit is contained in:
paoloar77
2024-01-24 15:55:19 +01:00
commit 59125af476
33 changed files with 11191 additions and 0 deletions

6
index.js Normal file
View File

@@ -0,0 +1,6 @@
import ChatGPTClient from './src/ChatGPTClient.js';
import ChatGPTBrowserClient from './src/ChatGPTBrowserClient.js';
import BingAIClient from './src/BingAIClient.js';
export { ChatGPTClient, ChatGPTBrowserClient, BingAIClient };
export default ChatGPTClient;