mirror of
https://github.com/bitsofchris/openaugi-obsidian-plugin.git
synced 2026-07-22 12:40:27 +00:00
update max token size
This commit is contained in:
parent
3cac5e2002
commit
a90d730327
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ ${content}`;
|
|||
model: 'gpt-4.1-2025-04-14',
|
||||
messages: [{ role: 'user', content: prompt }],
|
||||
temperature: 0.2,
|
||||
max_tokens: 32768,
|
||||
response_format: {
|
||||
type: "json_schema",
|
||||
json_schema: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue