rate

Rate the character's last message

await client.chat2.rate(NUM, 'CHAT_ID', 'TURN_ID', 'CANDIDATE_ID')

rate [int]

A number meaning stars. 0 - Terrible, 1 - Bad, 2 - Good, 3 - Fantastic

chat_id [str]

Unique ID for character history

turn_id [str]

Last message UUID

candidate_id [str]

You can find it at character response

token [str] (optional)

You can set a specific token for the function, it will be executed from the specified token

Last updated