Optional
Model to use for completions. Defaults to DEFAULT_OPENAI_MODEL.
Callers typically destructure the returned model and pass it through to client.chat.completions.create({ model, ... }), so the choice of model is co-located with the call that uses it.
model
client.chat.completions.create({ model, ... })
Model to use for completions. Defaults to DEFAULT_OPENAI_MODEL.
Callers typically destructure the returned
modeland pass it through toclient.chat.completions.create({ model, ... }), so the choice of model is co-located with the call that uses it.