Skip to content

Commit 3929941

Browse files
committed
update privacy stuff to say we proxy through waveai
1 parent a816e82 commit 3929941

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/docs/waveai.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ File system operations require explicit approval. You control all file access.
6363

6464
## Privacy
6565

66-
- Messages are proxied through the Wave Cloud AI service (powered by OpenAI)
66+
- Messages are proxied through the Wave Cloud AI service (powered by OpenAI's APIs). Please refer to OpenAI's privacy policy for details on how they handle your data.
6767
- Wave does not store your chats, attachments, or use them for training
6868
- Usage counters included in anonymous telemetry
6969
- File access requires explicit approval

frontend/app/aipanel/telemetryrequired.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ const TelemetryRequiredMessage = ({ className }: TelemetryRequiredMessageProps)
5757
</p>
5858
<p>
5959
We never collect your files, prompts, keystrokes, hostnames, or personally
60-
identifying information.
60+
identifying information. Wave AI is powered by OpenAI's APIs, please refer to
61+
OpenAI's privacy policy for details on how they handle your data.
6162
</p>
6263
</div>
6364
<button

0 commit comments

Comments
 (0)