mirror of
https://github.com/jehna/humanify.git
synced 2026-04-27 09:35:58 +03:00
[GH-ISSUE #331] Unexpected model output #68
Labels
No labels
bug
enhancement
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/humanify#68
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xy3xy3 on GitHub (Feb 19, 2025).
Original GitHub issue: https://github.com/jehna/humanify/issues/331
I met some error when using this tool.
It seems that the large model does not strictly follow the JSON output, but uses natural language.
When I use gpt-4o-mini
When I use gpt-4o
@xy3xy3 commented on GitHub (Feb 19, 2025):
It may be caused by the reverse openai interface used by the third-party transit API I use. Now I have changed one, which seems to be normal.
@jehna commented on GitHub (Feb 19, 2025):
Might make sense. A proxy is fine as long as it supports the
json_schemamode output that forces a json specific output, but it might be that yours does not.