Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions src/content/workers-ai-models/falcon-7b-instruct.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
},
"top_p": {
"type": "number",
"minimum": 0,
"maximum": 2,
"minimum": 0.001,
"maximum": 1,
"description": "Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses."
},
"top_k": {
Expand All @@ -102,13 +102,13 @@
},
"frequency_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Decreases the likelihood of the model repeating the same lines verbatim."
},
"presence_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Increases the likelihood of the model introducing new topics."
}
Expand Down Expand Up @@ -338,8 +338,8 @@
},
"top_p": {
"type": "number",
"minimum": 0,
"maximum": 2,
"minimum": 0.001,
"maximum": 1,
"description": "Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses."
},
"top_k": {
Expand All @@ -362,13 +362,13 @@
},
"frequency_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Decreases the likelihood of the model repeating the same lines verbatim."
},
"presence_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Increases the likelihood of the model introducing new topics."
}
Expand Down
16 changes: 8 additions & 8 deletions src/content/workers-ai-models/gemma-7b-it-lora.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
},
"top_p": {
"type": "number",
"minimum": 0,
"maximum": 2,
"minimum": 0.001,
"maximum": 1,
"description": "Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses."
},
"top_k": {
Expand All @@ -102,13 +102,13 @@
},
"frequency_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Decreases the likelihood of the model repeating the same lines verbatim."
},
"presence_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Increases the likelihood of the model introducing new topics."
}
Expand Down Expand Up @@ -338,8 +338,8 @@
},
"top_p": {
"type": "number",
"minimum": 0,
"maximum": 2,
"minimum": 0.001,
"maximum": 1,
"description": "Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses."
},
"top_k": {
Expand All @@ -362,13 +362,13 @@
},
"frequency_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Decreases the likelihood of the model repeating the same lines verbatim."
},
"presence_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Increases the likelihood of the model introducing new topics."
}
Expand Down
16 changes: 8 additions & 8 deletions src/content/workers-ai-models/hermes-2-pro-mistral-7b.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
},
"top_p": {
"type": "number",
"minimum": 0,
"maximum": 2,
"minimum": 0.001,
"maximum": 1,
"description": "Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses."
},
"top_k": {
Expand All @@ -106,13 +106,13 @@
},
"frequency_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Decreases the likelihood of the model repeating the same lines verbatim."
},
"presence_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Increases the likelihood of the model introducing new topics."
}
Expand Down Expand Up @@ -342,8 +342,8 @@
},
"top_p": {
"type": "number",
"minimum": 0,
"maximum": 2,
"minimum": 0.001,
"maximum": 1,
"description": "Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses."
},
"top_k": {
Expand All @@ -366,13 +366,13 @@
},
"frequency_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Decreases the likelihood of the model repeating the same lines verbatim."
},
"presence_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Increases the likelihood of the model introducing new topics."
}
Expand Down
16 changes: 8 additions & 8 deletions src/content/workers-ai-models/llama-3.1-8b-instruct-fp8.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
},
"top_p": {
"type": "number",
"minimum": 0,
"maximum": 2,
"minimum": 0.001,
"maximum": 1,
"description": "Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses."
},
"top_k": {
Expand All @@ -113,13 +113,13 @@
},
"frequency_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Decreases the likelihood of the model repeating the same lines verbatim."
},
"presence_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Increases the likelihood of the model introducing new topics."
}
Expand Down Expand Up @@ -349,8 +349,8 @@
},
"top_p": {
"type": "number",
"minimum": 0,
"maximum": 2,
"minimum": 0.001,
"maximum": 1,
"description": "Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses."
},
"top_k": {
Expand All @@ -373,13 +373,13 @@
},
"frequency_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Decreases the likelihood of the model repeating the same lines verbatim."
},
"presence_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Increases the likelihood of the model introducing new topics."
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -487,13 +487,27 @@
"items": {
"type": "object",
"properties": {
"arguments": {
"type": "object",
"description": "The arguments passed to be passed to the tool call request"
"id": {
"type": "string",
"description": "The tool call id."
},
"name": {
"type": {
"type": "string",
"description": "The name of the tool to be called"
"description": "Specifies the type of tool (e.g., 'function')."
},
"function": {
"type": "object",
"description": "Details of the function tool.",
"properties": {
"name": {
"type": "string",
"description": "The name of the tool to be called"
},
"arguments": {
"type": "object",
"description": "The arguments passed to be passed to the tool call request"
}
}
}
}
}
Expand Down
34 changes: 17 additions & 17 deletions src/content/workers-ai-models/llava-1.5-7b-hf.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,23 @@
{
"type": "object",
"properties": {
"image": {
"oneOf": [
{
"type": "array",
"description": "An array of integers that represent the image data constrained to 8-bit unsigned integer values",
"items": {
"type": "number",
"description": "A value between 0 and 255"
}
},
{
"type": "string",
"format": "binary",
"description": "Binary string representing the image contents."
}
]
},
"temperature": {
"type": "number",
"description": "Controls the randomness of the output; higher values produce more random results."
Expand Down Expand Up @@ -64,23 +81,6 @@
"type": "number",
"description": "Increases the likelihood of the model introducing new topics."
},
"image": {
"oneOf": [
{
"type": "array",
"description": "An array of integers that represent the image data constrained to 8-bit unsigned integer values",
"items": {
"type": "number",
"description": "A value between 0 and 255"
}
},
{
"type": "string",
"format": "binary",
"description": "Binary string representing the image contents."
}
]
},
"max_tokens": {
"type": "integer",
"default": 512,
Expand Down
16 changes: 8 additions & 8 deletions src/content/workers-ai-models/meta-llama-3-8b-instruct.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
},
"top_p": {
"type": "number",
"minimum": 0,
"maximum": 2,
"minimum": 0.001,
"maximum": 1,
"description": "Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses."
},
"top_k": {
Expand All @@ -94,13 +94,13 @@
},
"frequency_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Decreases the likelihood of the model repeating the same lines verbatim."
},
"presence_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Increases the likelihood of the model introducing new topics."
}
Expand Down Expand Up @@ -330,8 +330,8 @@
},
"top_p": {
"type": "number",
"minimum": 0,
"maximum": 2,
"minimum": 0.001,
"maximum": 1,
"description": "Adjusts the creativity of the AI's responses by controlling how many possible words it considers. Lower values make outputs more predictable; higher values allow for more varied and creative responses."
},
"top_k": {
Expand All @@ -354,13 +354,13 @@
},
"frequency_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Decreases the likelihood of the model repeating the same lines verbatim."
},
"presence_penalty": {
"type": "number",
"minimum": 0,
"minimum": -2,
"maximum": 2,
"description": "Increases the likelihood of the model introducing new topics."
}
Expand Down
Loading
Loading