6 ms·
Even if transport is encrypted, the LLM computations will always be clear text, right?
by oezi 2mo ago
Even if transport is encrypted, the LLM computations will always be clear text, right?
- embedding-shape 2mo agoIndeed, it's in-transit-encrypted so snoopers won't be able to see it, but it's not E2E encrypted nor in-process encrypted, the one's doing the inference could obviously see the input/output.