PHP > 7.4 和 Sqlite3 => PHP5.3.0及以上版本默认启用
https://github.com/orhanerday/OpenAI
docker run -p 8000:8000 -e OPENAI_API_KEY=sk-xxxxxxx holdroot/big-chat:latest
git clone https://github.com/jackmamaa/big-chat.git
docker build -t big-chat .
docker run -p 8000:8000 -e OPENAI_API_KEY=sk-xxxxxxx big-chat
git clone https://github.com/jackmamaa/big-chat.git
cd big-chat
composer require orhanerday/open-ai
$open_ai_key = "";
php -S localhost:8000 -t .
-
现在你可以访问站点:http://localhost:8000