(no title)
knbknb | 18 days ago
https://jqlang.org/manual/#ascii_downcase-ascii_upcase
However GLM-4.7 insists that is called ascii_down().
I tried to correct it and gave the exact version number, but still, after a long internal monologue, This is its final world:
"In standard jq version 1.7, the function is named ascii_down, not ascii_downcase.
If you are receiving an error that ascii_down is not defined, please verify your version with jq --version. It is possible you are using a different binary (like gojq) or a version older than 1."
GLM-5 gives me the correct answer, ascii_downcase, but I can get this in the Chat Window. Via the API I get HTTP Status 429 - too many requests.
knbknb|18 days ago
I have also realized that I get faster and correct answer to the ascii_downcase question (even from GLM-4.7) when I submit to open.bigmodel.cn endpoint rather than the z.ai API endpoints (using the same API key). I get a mix of Chinese and Western characters in error responses from open.bigmodel.cn though, while the z.ai endpoint does only contain Western Characters.
(Just assuming that both websites are operated by the same company).
Havoc|18 days ago