mirror of
https://github.com/NCBM/plyngent.git
synced 2026-07-23 05:55:16 +08:00
core/config: default OpenAI preset and model catalog
Missing preset becomes openai; omitted models seed gpt-5.4 / mini / nano.
This commit is contained in:
@@ -32,6 +32,8 @@ access_key_or_token = "sk-replace-me"
|
||||
"gpt-4o-mini" = { text = true, cost_factor = 1.0 }
|
||||
|
||||
# --- OpenAI platform (Responses API; tag is "openai") ---
|
||||
# If ``preset`` is omitted, it defaults to "openai".
|
||||
# If ``models`` is omitted, defaults: gpt-5.4, gpt-5.4-mini, gpt-5.4-nano.
|
||||
# [providers.openai]
|
||||
# preset = "openai"
|
||||
# access_key_or_token = "sk-replace-me"
|
||||
|
||||
Reference in New Issue
Block a user