GPT Actions
1.0.0
GPT auth提供了一種用戶友好的解決方案,可以快速為您的自定義GPT設置OAuth和自助主持人。
在本地運行項目的最低要求
# # Client
cd client
npm install
npm run build
npm start
# # Server
cd ../server
pip install -r requirements.txt
python webserver.py使用Ngrok在HTTPS端點上測試
如果您不想在本地設置並希望使用託管版本,則可以從https://gpt-auth.thesamur.ai/開始
這是使用GPT Auth構建的演示ChatGpt插件