mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-10 03:56:37 +08:00
model listing
This commit is contained in:
parent
969dfbdb30
commit
00bd631260
@ -124,6 +124,7 @@ export const GEMINI_SUMMARIZE_MODEL = "gemini-pro";
|
|||||||
|
|
||||||
export const KnowledgeCutOffDate: Record<string, string> = {
|
export const KnowledgeCutOffDate: Record<string, string> = {
|
||||||
default: "2021-09",
|
default: "2021-09",
|
||||||
|
"gpt-4o": "2023-12",
|
||||||
"gpt-4-turbo": "2023-12",
|
"gpt-4-turbo": "2023-12",
|
||||||
"gpt-4-turbo-2024-04-09": "2023-12",
|
"gpt-4-turbo-2024-04-09": "2023-12",
|
||||||
"gpt-4-turbo-preview": "2023-12",
|
"gpt-4-turbo-preview": "2023-12",
|
||||||
@ -143,6 +144,7 @@ const openaiModels = [
|
|||||||
// "gpt-4-0613",
|
// "gpt-4-0613",
|
||||||
"gpt-4-32k",
|
"gpt-4-32k",
|
||||||
// "gpt-4-32k-0613",
|
// "gpt-4-32k-0613",
|
||||||
|
"gpt-4o",
|
||||||
// "gpt-4-turbo",
|
// "gpt-4-turbo",
|
||||||
// "gpt-4-turbo-preview",
|
// "gpt-4-turbo-preview",
|
||||||
// "gpt-4-vision-preview",
|
// "gpt-4-vision-preview",
|
||||||
@ -165,15 +167,6 @@ const anthropicModels = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
export const DEFAULT_MODELS = [
|
export const DEFAULT_MODELS = [
|
||||||
{
|
|
||||||
name: "gpt-4-turbo-2024-04-09",
|
|
||||||
available: true,
|
|
||||||
provider: {
|
|
||||||
id: "openai",
|
|
||||||
providerName: "OpenAI",
|
|
||||||
providerType: "openai",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "gpt-4o",
|
name: "gpt-4o",
|
||||||
available: true,
|
available: true,
|
||||||
@ -203,7 +196,7 @@ export const DEFAULT_MODELS = [
|
|||||||
})),
|
})),
|
||||||
...googleModels.map((name) => ({
|
...googleModels.map((name) => ({
|
||||||
name,
|
name,
|
||||||
available: true,
|
available: false,
|
||||||
provider: {
|
provider: {
|
||||||
id: "google",
|
id: "google",
|
||||||
providerName: "Google",
|
providerName: "Google",
|
||||||
@ -212,7 +205,7 @@ export const DEFAULT_MODELS = [
|
|||||||
})),
|
})),
|
||||||
...anthropicModels.map((name) => ({
|
...anthropicModels.map((name) => ({
|
||||||
name,
|
name,
|
||||||
available: true,
|
available: false,
|
||||||
provider: {
|
provider: {
|
||||||
id: "anthropic",
|
id: "anthropic",
|
||||||
providerName: "Anthropic",
|
providerName: "Anthropic",
|
||||||
|
@ -210,7 +210,7 @@ export const EN_MASKS: BuiltinMask[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"avatar":"1f3e2",
|
"avatar":"1f3e2",
|
||||||
"name":"AdEx Circumvent Limit of 4k Output-Tokens (despite 128k Input-Tokens @ \"GPT-4 Turbo\")",
|
"name":"AdEx Circumvent Limit of 4k Output-Tokens (despite 128k Input-Tokens @ \"GPT-4o\")",
|
||||||
"context":[
|
"context":[
|
||||||
{
|
{
|
||||||
"id":"SqeZ3I6qPU1vtGanCKfpz",
|
"id":"SqeZ3I6qPU1vtGanCKfpz",
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
],
|
],
|
||||||
"en": [
|
"en": [
|
||||||
[
|
[
|
||||||
"AdEx Circumvent Limit of 4k Output-Tokens (despite 128k Input-Tokens with \"GPT-4 Turbo\") ",
|
"AdEx Circumvent Limit of 4k Output-Tokens (despite 128k Input-Tokens with \"GPT-4o\") ",
|
||||||
"Generate any output against below tasks by restricting yourself as follows:\n - limit the output to a maximum of 2000 words or 4000 tokens\n - output should, however, be without summarizing or reducing the content of the original\n - to limit the output, no additional formatting should be done\n - when the user messages \"continue,\" resume the output from the point where the last output ended\n - the user should only after all individual outputs, achieve the actual, whole result by combining them, but should not have to do any further formatting\n\nYour task:\n * Translate the following ## Text to German\n\n## Text\n\n"
|
"Generate any output against below tasks by restricting yourself as follows:\n - limit the output to a maximum of 2000 words or 4000 tokens\n - output should, however, be without summarizing or reducing the content of the original\n - to limit the output, no additional formatting should be done\n - when the user messages \"continue,\" resume the output from the point where the last output ended\n - the user should only after all individual outputs, achieve the actual, whole result by combining them, but should not have to do any further formatting\n\nYour task:\n * Translate the following ## Text to German\n\n## Text\n\n"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
Loading…
Reference in New Issue
Block a user