Hacker News new | ask | show | jobs
by kumarm 1110 days ago
Quality of output is at same level as GPT. The biggest issues for us:

1. text-bison limited to 1024 output tokens.

2. Output format we ask for JSON. But it is not valid json many times (, after last element, missing } after element etc). We have to write our own parsing code in the end to work around these JSON format issues.