Skip to content
Discussion options

You must be logged in to vote

From the public source, treat anything in the chat context as sent to the selected provider API. src/llm_core.py builds OpenAI-style / Anthropic / Ollama payloads from messages and posts them to the configured endpoint, so if PII is in a user message, tool result, retrieved memory, or document context, it can be part of that request.

The local/privacy bit mainly means Odysseus is self-hosted and stores API keys locally encrypted; it doesn't mean remote API calls are automatically PII-redacted. So for enterprise models, the safety answer depends on your provider contract/retention settings plus your own redaction policy. If you need strict handling, use a local model or put a scrub/proxy l…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@suyash2104
Comment options

Answer selected by suyash2104
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants