Skip to content

Commit

Permalink
fix: fix novita test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonhp committed Feb 13, 2025
1 parent ee2755b commit 9d626a0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/libs/agent-runtime/novita/__snapshots__/index.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exports[`NovitaAI > models > should get models 1`] = `
"contextWindowTokens": 8192,
"description": "Meta's latest class of model (Llama 3) launched with a variety of sizes & flavors. This 8B instruct-tuned version was optimized for high quality dialogue usecases. It has demonstrated strong performance compared to leading closed-source models in human evaluations.",
"displayName": "meta-llama/llama-3-8b-instruct",
"enabled": false,
"enabled": true,
"functionCall": false,
"id": "meta-llama/llama-3-8b-instruct",
"reasoning": false,
Expand All @@ -16,7 +16,7 @@ exports[`NovitaAI > models > should get models 1`] = `
"contextWindowTokens": 8192,
"description": "Meta's latest class of model (Llama 3) launched with a variety of sizes & flavors. This 70B instruct-tuned version was optimized for high quality dialogue usecases. It has demonstrated strong performance compared to leading closed-source models in human evaluations.",
"displayName": "meta-llama/llama-3-70b-instruct",
"enabled": false,
"enabled": true,
"functionCall": false,
"id": "meta-llama/llama-3-70b-instruct",
"reasoning": false,
Expand Down Expand Up @@ -46,7 +46,7 @@ exports[`NovitaAI > models > should get models 1`] = `
"contextWindowTokens": 32768,
"description": "Meta's latest class of models, Llama 3.1, launched with a variety of sizes and configurations. This 405B instruct-tuned version is optimized for high-quality dialogue use cases. It has demonstrated strong performance compared to leading closed-source models, including GPT-4o and Claude 3.5 Sonnet, in evaluations.",
"displayName": "meta-llama/llama-3.1-405b-instruct",
"enabled": true,
"enabled": false,
"functionCall": false,
"id": "meta-llama/llama-3.1-405b-instruct",
"reasoning": false,
Expand Down Expand Up @@ -77,7 +77,7 @@ Designed for a wide variety of tasks, it empowers developers and researchers to
"contextWindowTokens": 8192,
"description": "Hermes 2 Pro is an upgraded, retrained version of Nous Hermes 2, consisting of an updated and cleaned version of the OpenHermes 2.5 Dataset, as well as a newly introduced Function Calling and JSON Mode dataset developed in-house.",
"displayName": "nousresearch/hermes-2-pro-llama-3-8b",
"enabled": false,
"enabled": true,
"functionCall": true,
"id": "nousresearch/hermes-2-pro-llama-3-8b",
"reasoning": false,
Expand All @@ -97,7 +97,7 @@ Designed for a wide variety of tasks, it empowers developers and researchers to
"contextWindowTokens": 16000,
"description": "Dolphin 2.9 is designed for instruction following, conversational, and coding. This model is a finetune of Mixtral 8x22B Instruct. It features a 64k context length and was fine-tuned with a 16k sequence length using ChatML templates.The model is uncensored and is stripped of alignment and bias. It requires an external alignment layer for ethical use.",
"displayName": "cognitivecomputations/dolphin-mixtral-8x22b",
"enabled": false,
"enabled": true,
"functionCall": false,
"id": "cognitivecomputations/dolphin-mixtral-8x22b",
"reasoning": false,
Expand All @@ -107,7 +107,7 @@ Designed for a wide variety of tasks, it empowers developers and researchers to
"contextWindowTokens": 16000,
"description": "The uncensored llama3 model is a powerhouse of creativity, excelling in both roleplay and story writing. It offers a liberating experience during roleplays, free from any restrictions. This model stands out for its immense creativity, boasting a vast array of unique ideas and plots, truly a treasure trove for those seeking originality. Its unrestricted nature during roleplays allows for the full breadth of imagination to unfold, akin to an enhanced, big-brained version of Stheno. Perfect for creative minds seeking a boundless platform for their imaginative expressions, the uncensored llama3 model is an ideal choice",
"displayName": "sao10k/l3-70b-euryale-v2.1",
"enabled": false,
"enabled": true,
"functionCall": false,
"id": "sao10k/l3-70b-euryale-v2.1",
"reasoning": false,
Expand All @@ -127,7 +127,7 @@ Designed for a wide variety of tasks, it empowers developers and researchers to
"contextWindowTokens": 4096,
"description": "The idea behind this merge is that each layer is composed of several tensors, which are in turn responsible for specific functions. Using MythoLogic-L2's robust understanding as its input and Huginn's extensive writing capability as its output seems to have resulted in a model that exceeds at both, confirming my theory. (More details to be released at a later time).",
"displayName": "gryphe/mythomax-l2-13b",
"enabled": false,
"enabled": true,
"functionCall": false,
"id": "gryphe/mythomax-l2-13b",
"reasoning": false,
Expand Down

0 comments on commit 9d626a0

Please sign in to comment.