Skip to content

Instantly share code, notes, and snippets.

@xximjasonxx
Created June 12, 2024 00:30
Show Gist options
  • Save xximjasonxx/431e4a5e65df0151275c3f32bc6caffd to your computer and use it in GitHub Desktop.
Save xximjasonxx/431e4a5e65df0151275c3f32bc6caffd to your computer and use it in GitHub Desktop.
{
"schema": 1,
"description": "Generate a statement that uses the provided number in that statement",
"execution_settings": {
"default": {
"max_tokens": 70,
"temperature": 0.9,
"top_p": 0.0,
"presence_penalty": 0.0,
"frequency_penalty": 0.0
}
},
"input_variables": [
{
"name": "number",
"description": "The number to be used in the statement",
"default": "",
"is_required": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment