#Prompt capture/logging

29 messages · Page 1 of 1 (latest)

livid escarp
#

Hey guys, we run a BYOK service with OpenAI and I'd love to expand to more models using OpenRouter. I'm curious whether end users will have any way to intercept and capture our prompts if they use their own OpenRouter accounts..?

Thanks!

livid escarp
#

Any thoughts on this guys?

calm shard
livid escarp
lone dust
#

Hey there, are you calling the API from a server backend or from a frontend?

#

We're not exposing prompt or completion to users, unless your prompt lives on the front end

#

But otherwise your end user shouldn't be able to see it

#

Are you using OAuth2?

digital flume
#

It is impossible to retrieve a prompt again once it is sent as a reply.

livid escarp
livid escarp
digital flume
digital flume
livid escarp
#

We’re a bring-your-own-key service and want to stay like that, so we need the ability for users to connect their own api keys.

We’re OpenAI only for the moment and want to expand to others but rather than building against multiple apis found ourselves here 🙂

digital flume
livid escarp
digital flume
livid escarp
digital flume
livid escarp
digital flume
calm shard
lone dust
#

if logging is allowed, the prompts/completions are anonymized before storage, and we throw it all in a bucket atm

calm shard
#

about there being long-term retention (albeit anonymized)