add websocket relayer for openai realtime api

This commit is contained in:
RockYang
2024-10-16 18:16:09 +08:00
parent 155c56f502
commit 2102e1afbb
12 changed files with 1337 additions and 624 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE `chatgpt_chat_models` CHANGE `value` `value` VARCHAR(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL COMMENT '模型值';