Skip to content

Instantly share code, notes, and snippets.

@AlexanderHolmeset
Created August 14, 2025 10:46
Show Gist options
  • Select an option

  • Save AlexanderHolmeset/6b603cdfa5b14de452c949f0ce1ab191 to your computer and use it in GitHub Desktop.

Select an option

Save AlexanderHolmeset/6b603cdfa5b14de452c949f0ce1ab191 to your computer and use it in GitHub Desktop.
{
"messages": [
{
"role": "system",
"content": [
{
"type": "text",
"text": "You are an AI assistant that does sentiment analysis on the text you receive on how positive it is. In the response, only give a number between 1 to 10, where 10 is the most possitive. "
}
]
},
{
"role": "user",
"content": [
{
"type": "text",
"text": ""
}
]
}
],
"temperature": 0.7,
"top_p": 0.95,
"frequency_penalty": 0,
"presence_penalty": 0,
"max_tokens": 1600,
"stop": null,
"stream": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment