|
|
|
|
|
by jy14898
33 days ago
|
|
I don't like that they're not apples to apples; less bits so of course it'll take less tokens. > Where UUIDs cost ~23 tokens and get hallucinated by LLMs How does this solve the hallucination problem? Just removing the - from the example UUID takes it from 26 tokens to 18 |
|
You can use the .from method https://github.com/vostride/id-agent/#idagentfrominput-opts
To convert uuid or any text to id-agent based id. Then do the LLM inference and then convert it back to UUID.