HackerTrans
トップ新着トレンドコメント過去質問紹介求人

b2v

no profile record

投稿

Show HN: B2V – Protection against impersonation attacks

get.b2v.xyz
3 ポイント·投稿者 b2v·2 年前·0 コメント

Show HN: b2v.xyz – Protection against impersonation attacks

get.b2v.xyz
8 ポイント·投稿者 b2v·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 b2v·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 b2v·2 年前·0 コメント

コメント

b2v
·2 年前·議論
I might share it with you later on your discord server.

> I can send over my best guess of a good prompt!

Now if you could automate the above process by "fitting" a first draft prompt to a wanted schema, ie where your library makes a few adjustments if some assertions do not pass by have having a chat of its own with the LLM, that would be super useful! Heck i might just implement it myself.
b2v
·2 年前·議論
Neat, thanks! I'm still pondering wether I should be using this since most of the retries I have to do are because of the LLM itself not understanding the schema asked for (eg output with missing fields / using a value not present in `Literal[]`) — certain models being especially bad with deeply nested schemas and output gibberish. Anything on your end that can help with that?
b2v
·2 年前·議論
Thanks for the clarification. How do you handle dynamic types, ie types determined at runtime?
b2v
·2 年前·議論
I'm not sure I understand, in the docs for the python client it says that BAML types get converted to Pydantic models, doesn't that step include the extra latency you mentioned?