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.
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:
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.