Created
August 14, 2025 10:46
-
-
Save AlexanderHolmeset/6b603cdfa5b14de452c949f0ce1ab191 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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