-
Notifications
You must be signed in to change notification settings - Fork 256
Open
Description
Hello. I just want to be able to get the final answer from GPT-OSS.
It would be great if this library could work like this:
import harmony
output_tokens = model("Hello!")
harmony_dict = harmony.decode(output_tokens)
print(str(harmony_dict))
Returns:
{"analysis": "I should respond to the user's question.",
"final": "Hi! How are you?""}
As it is currently, I find the documentation and the examples very difficult to understand.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels