docs(security): avoid credential-like api key example

This commit is contained in:
Rene Fichtmueller 2026-07-17 19:09:25 +02:00
parent a6547eda2f
commit a5f07a9ef8

View File

@ -36,7 +36,7 @@ await adapter.start()
import OpenAI from 'openai'
const client = new OpenAI({
apiKey: 'not-needed',
apiKey: '<key>',
baseURL: 'http://localhost:3111/v1'
})