1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78 |
/*
Navicat Premium Data Transfer
Source Server : chat.ttbobo.cn
Source Server Type : MySQL
Source Server Version : 50743
Source Host : 106.58.184.200:3306
Source Schema : chat_ttbobo_cn
Target Server Type : MySQL
Target Server Version : 50743
File Encoding : 65001
Date: 02/03/2024 21:38:19
*/
SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;
-- ----------------------------
-- Table structure for fox_chatgpt_engine
-- ----------------------------
DROP TABLE IF EXISTS `fox_chatgpt_engine`;
CREATE TABLE `fox_chatgpt_engine` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
`name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
`state` tinyint(1) NULL DEFAULT 1,
`type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL,
`maxlen` int(11) NULL DEFAULT 0,
`maxinput` int(11) NULL DEFAULT NULL,
`maxout` int(11) NULL DEFAULT NULL,
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB AUTO_INCREMENT = 39 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = DYNAMIC;
-- ----------------------------
-- Records of fox_chatgpt_engine
-- ----------------------------
INSERT INTO `fox_chatgpt_engine` VALUES (1, 'gpt-3.5-turbo', 'gpt-3.5-turbo', 1, 'openai3', 4096, 0, 1500);
INSERT INTO `fox_chatgpt_engine` VALUES (2, 'gpt-3.5-turbo-0613', 'gpt-3.5-turbo-0613', 1, 'openai3', 4096, 0, 1500);
INSERT INTO `fox_chatgpt_engine` VALUES (3, 'gpt-3.5-turbo-1106', 'gpt-3.5-turbo-1106', 1, 'openai3', 4096, 14000, 2000);
INSERT INTO `fox_chatgpt_engine` VALUES (4, 'gpt-3.5-turbo-16k', 'gpt-3.5-turbo-16k', 1, 'openai3', 16384, 0, 3000);
INSERT INTO `fox_chatgpt_engine` VALUES (5, 'gpt-3.5-turbo-16k-0613', 'gpt-3.5-turbo-16k-0613', 1, 'openai3', 16384, 0, 3000);
INSERT INTO `fox_chatgpt_engine` VALUES (6, 'gpt-4', 'gpt-4', 1, 'openai4', 8192, 0, 2000);
INSERT INTO `fox_chatgpt_engine` VALUES (7, 'gpt-4-0613', 'gpt-4-0613', 1, 'openai4', 8192, 0, 2000);
INSERT INTO `fox_chatgpt_engine` VALUES (8, 'gpt-4-1106-preview', 'gpt-4-1106-preview', 1, 'openai4', 128000, 120000, 4000);
INSERT INTO `fox_chatgpt_engine` VALUES (9, 'gpt-4-vision-preview', 'gpt-4-vision-preview', 1, 'openai4', 32768, 120000, 4000);
INSERT INTO `fox_chatgpt_engine` VALUES (10, 'gpt-4-32k', 'gpt-4-32k', 1, 'openai4', 32768, 0, 4000);
INSERT INTO `fox_chatgpt_engine` VALUES (11, 'gpt-4-32k-0613', 'gpt-4-32k-0613', 1, 'openai4', 32768, 0, 4000);
INSERT INTO `fox_chatgpt_engine` VALUES (12, 'ERNIE-Bot', 'ERNIE-Bot', 1, 'wenxin', 3000, 0, 0);
INSERT INTO `fox_chatgpt_engine` VALUES (13, 'ERNIE-Bot-turbo', 'ERNIE-Bot-turbo', 1, 'wenxin', 3000, 0, 0);
INSERT INTO `fox_chatgpt_engine` VALUES (14, 'Llama-2-13b-chat', 'Llama-2-13b-chat', 1, 'wenxin', 3000, 0, 0);
INSERT INTO `fox_chatgpt_engine` VALUES (15, 'Llama-2-70b-chat', 'Llama-2-70b-chat', 1, 'wenxin', 3000, 0, 0);
INSERT INTO `fox_chatgpt_engine` VALUES (16, 'ChatGLM2-6B-32K', 'ChatGLM2-6B-32K', 1, 'wenxin', 3000, 0, 0);
INSERT INTO `fox_chatgpt_engine` VALUES (17, 'ERNIE-Bot-4', 'ERNIE-Bot-4', 1, 'wenxin4', 3000, 0, 0);
INSERT INTO `fox_chatgpt_engine` VALUES (18, 'gpt-3.5-turbo', 'gpt-3.5-turbo', 1, 'lxai', 4096, 0, 1500);
INSERT INTO `fox_chatgpt_engine` VALUES (19, 'gpt-3.5-turbo-0613', 'gpt-3.5-turbo-0613', 1, 'lxai', 4096, 0, 1500);
INSERT INTO `fox_chatgpt_engine` VALUES (20, 'gpt-3.5-turbo-16k', 'gpt-3.5-turbo-16k', 1, 'lxai', 16384, 0, 0);
INSERT INTO `fox_chatgpt_engine` VALUES (21, 'gpt-3.5-turbo-16k-0613', 'gpt-3.5-turbo-16k-0613', 1, 'lxai', 16384, 0, 0);
INSERT INTO `fox_chatgpt_engine` VALUES (22, '星火认知大模型V1.5', 'general', 1, 'xunfei', 4096, 0, 0);
INSERT INTO `fox_chatgpt_engine` VALUES (23, '星火认知大模型V2.0', 'generalv2', 1, 'xunfei', 8192, 0, 0);
INSERT INTO `fox_chatgpt_engine` VALUES (24, '星火认知大模型V3.0', 'generalv3', 1, 'xunfei', 8192, 0, 0);
INSERT INTO `fox_chatgpt_engine` VALUES (25, 'qwen-turbo', 'qwen-turbo', 1, 'tongyi', 8192, 0, 0);
INSERT INTO `fox_chatgpt_engine` VALUES (26, 'qwen-plus', 'qwen-plus', 1, 'tongyi', 32768, 0, 0);
INSERT INTO `fox_chatgpt_engine` VALUES (27, 'qwen-max(限时免费)', 'qwen-max', 1, 'tongyi', 8192, 0, 0);
INSERT INTO `fox_chatgpt_engine` VALUES (28, 'qwen-max-1201(限时免费)', 'qwen-max-1201', 1, 'tongyi', 8192, 0, 0);
INSERT INTO `fox_chatgpt_engine` VALUES (29, 'qwen-max-longcontext(限时免费)', 'qwen-max-longcontext', 1, 'tongyi', 30720, 0, 0);
INSERT INTO `fox_chatgpt_engine` VALUES (30, 'ChatGLM-Turbo', 'chatglm_turbo', 1, 'zhipu', 32768, 0, 0);
INSERT INTO `fox_chatgpt_engine` VALUES (31, 'claude-2', 'claude-2', 1, 'claude2', 8192, 0, 0);
INSERT INTO `fox_chatgpt_engine` VALUES (32, 'claude-1', 'claude-instant-1', 1, 'claude2', 8192, 0, 0);
INSERT INTO `fox_chatgpt_engine` VALUES (33, 'gpt-35-turbo', 'gpt-35-turbo', 1, 'azure_openai3', 4096, 0, 1500);
INSERT INTO `fox_chatgpt_engine` VALUES (34, 'gpt-35-turbo-16k', 'gpt-35-turbo-16k', 1, 'azure_openai3', 16384, 0, 2000);
INSERT INTO `fox_chatgpt_engine` VALUES (35, 'gpt-4', 'gpt-4', 1, 'azure_openai4', 8192, 0, 0);
INSERT INTO `fox_chatgpt_engine` VALUES (36, 'gpt-4-32k', 'gpt-4-32k', 1, 'azure_openai4', 32768, 0, 0);
INSERT INTO `fox_chatgpt_engine` VALUES (37, 'gpt-4-vision-preview', 'gpt-4-vision-preview', 1, 'azure_openai4', 128000, 12000, 4000);
INSERT INTO `fox_chatgpt_engine` VALUES (38, 'gemini-pro', 'gemini-pro', 1, 'gemini', 32768, 30000, 2000);
SET FOREIGN_KEY_CHECKS = 1; |