mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-08 20:22:16 +00:00
(docs) passing user config
This commit is contained in:
@@ -382,7 +382,7 @@ async function main() {
|
||||
const chatCompletion = await openai.chat.completions.create({
|
||||
messages: [{ role: 'user', content: 'Say this is a test' }],
|
||||
model: 'gpt-3.5-turbo',
|
||||
user_config: userConfig // 👈 User Key
|
||||
user_config: userConfig // # 👈 User config
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user