Skip to content

Commit

Permalink
chore: 移除 SQL 中官网 ChatGPT 代理地址
Browse files Browse the repository at this point in the history
  • Loading branch information
hncboy committed Jul 29, 2023
1 parent 3d32a6a commit 821c1cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions beehive-bootstrap/src/main/resources/db/schema-mysql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ INSERT INTO `bh_cell_config` VALUES (9, 'openai_chat_api_3_5', '附带历史消
INSERT INTO `bh_cell_config` VALUES (10, 'openai_chat_api_3_5', '附带多久的历史消息', 'context_related_time_hour', '24', '0', 1, 1, 0, 1, 1, 1, 1, '单位小时,0 表示附带所有的消息', '单位小时,0 表示附带所有的消息', NULL, 'input', 0, '2023-06-16 01:00:00', '2023-06-16 01:00:00');
INSERT INTO `bh_cell_config` VALUES (11, 'openai_chat_web_3_5', 'model', 'model', 'text-davinci-002-render-sha', 'text-davinci-002-render-sha', 1, 1, 0, 0, 1, 1, 1, '模型', '模型', NULL, 'input', 0, '2023-06-16 01:00:00', '2023-06-16 01:00:00');
INSERT INTO `bh_cell_config` VALUES (12, 'openai_chat_web_3_5', 'access_token', 'access_token', 'Bearer xxxxx', 'Bearer xxxxx', 1, 1, 0, 1, 0, 1, 1, 'AccessToken', 'https://chat.openai.com/api/auth/session', NULL, 'input', 0, '2023-06-16 01:00:00', '2023-06-16 01:00:00');
INSERT INTO `bh_cell_config` VALUES (13, 'openai_chat_web_3_5', 'proxy_url', 'proxy_url', 'https://ai.fakeopen.com/api/conversation', '代理地址', 1, 1, 0, 0, 1, 1, 1, '代理地址', '代理地址', NULL, 'input', 0, '2023-06-16 01:00:00', '2023-06-16 01:00:00');
INSERT INTO `bh_cell_config` VALUES (13, 'openai_chat_web_3_5', 'proxy_url', 'proxy_url', 'https://xxxxxxxxxx/conversation', '代理地址', 1, 1, 0, 0, 1, 1, 1, '代理地址', '代理地址', NULL, 'input', 0, '2023-06-16 01:00:00', '2023-06-16 01:00:00');
INSERT INTO `bh_cell_config` VALUES (14, 'openai_chat_web_4', 'model', 'model', 'gpt-4', 'gpt-4', 1, 1, 0, 0, 1, 1, 1, 'gpt-4', 'gpt-4', NULL, 'input', 0, '2023-06-16 01:00:00', '2023-06-16 01:00:00');
INSERT INTO `bh_cell_config` VALUES (15, 'openai_chat_web_4', 'access_token', 'access_token', 'Bearer xxxxxxxxxxxx', 'Bearer xxxxx', 1, 1, 0, 1, 0, 1, 1, 'AccessToken', 'https://chat.openai.com/api/auth/session', NULL, 'input', 0, '2023-06-16 01:00:00', '2023-06-16 01:00:00');
INSERT INTO `bh_cell_config` VALUES (16, 'openai_chat_web_4', 'proxy_url', 'proxy_url', 'https://ai.fakeopen.com/api/conversation', '代理地址', 1, 1, 0, 0, 1, 1, 1, '代理地址', '代理地址', NULL, 'input', 0, '2023-06-16 01:00:00', '2023-06-16 01:00:00');
INSERT INTO `bh_cell_config` VALUES (16, 'openai_chat_web_4', 'proxy_url', 'proxy_url', 'https://xxxxxxxxxx/conversation', '代理地址', 1, 1, 0, 0, 1, 1, 1, '代理地址', '代理地址', NULL, 'input', 0, '2023-06-16 01:00:00', '2023-06-16 01:00:00');
INSERT INTO `bh_cell_config` VALUES (17, 'openai_image', 'api_key', 'api_key', '', 'sk-xxxx', 1, 1, 0, 0, 1, 1, 1, 'apiKey', 'apiKey,不填走 key 池', NULL, 'input', 0, '2023-06-16 01:00:00', '2023-06-16 01:00:00');
INSERT INTO `bh_cell_config` VALUES (18, 'openai_image', 'openai_base_url', 'openai_base_url', 'https://api.openai.com/', 'https://api.openai.com/', 1, 1, 0, 0, 1, 1, 1, '代理地址', '代理地址', NULL, 'input', 0, '2023-06-16 01:00:00', '2023-06-16 01:00:00');
INSERT INTO `bh_cell_config` VALUES (19, 'openai_image', 'size', 'size', '256x256', '256*256', 1, 1, 0, 0, 1, 1, 1, '图片尺寸', '图片尺寸', '[{\"label\":\"256*256\",\"key\":\"256*256\"},{\"label\":\"512x512\",\"key\":\"512x512\"},{\"label\":\"256*256\",\"key\":\"1024x1024\"}]', 'dropDown', 0, '2023-06-16 01:00:00', '2023-06-16 01:00:00');
Expand Down

0 comments on commit 821c1cd

Please sign in to comment.