Hacker News new | ask | show | jobs
by mpeg 702 days ago
to be fair that's quite a weird request (the initial one) – I feel a human would struggle to understand what you mean
1 comments

definitely not an articulate request, but the point of using these tools is to speed me up. The less the user has to articulate and the more it can infer correctly, the more helpful it is. Other frontier models don't have this problem.

Llama 405B response would be exactly what I expect

https://x.com/WesleyYue/status/1816157147413278811

That response is bad python though, I can't think of why you'd ever want a dict with Literal typed keys.

Either use a TypedDict if you want the keys to be in a specific set, or, in your case since both the keys and the values are static you should really be using an Enum