You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is just a part of my complete json_structure and I am using Llama 76b. The output contains all the fields I defined along with the content as per my descriptions. But the "score" field is always 0. I want it to be between 10 and 0. The "impact" field is related to the "score" field. If the "impact" is "High impact", the "score" is still 0.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
This is the data that I pass while calling
v1/chat/completions
in python:The json_structure is as follows:
This is just a part of my complete json_structure and I am using Llama 76b. The output contains all the fields I defined along with the content as per my descriptions. But the "score" field is always 0. I want it to be between 10 and 0. The "impact" field is related to the "score" field. If the "impact" is "High impact", the "score" is still 0.
Beta Was this translation helpful? Give feedback.
All reactions