Skip to content

Commit f5d2dc2

Browse files
docs(auto-free): warn prompts may be logged; not for production (#2990)
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
1 parent 4ce63a6 commit f5d2dc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/web/src/lib/ai-gateway/kilo-auto

apps/web/src/lib/ai-gateway/kilo-auto/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export const KILO_AUTO_FREE_MODEL: AutoModel = {
120120
id: 'kilo-auto/free',
121121
name: 'Auto Free',
122122
description:
123-
'Rotates through available free models. Limited capability and no credits required. Note: prompts may be logged by the upstream provider and used to improve their services.',
123+
'Rotates through available free models. Limited capability and no credits required.\n\n**Warning:** prompts may be logged by the upstream provider and used to improve their services. Not suitable for production or sensitive data workloads.\n\n[Learn more](https://kilo.ai/docs/code-with-ai/agents/auto-model)',
124124
context_length: 256_000,
125125
max_completion_tokens: 10_000,
126126
prompt_price: '0',

0 commit comments

Comments
 (0)