4 Commits
Author SHA1 Message Date
arystanbek fa21c7b83c fix: skip temperature param for GPT-5 reasoning models
deploy / deploy (push) Has been cancelled
GPT-5/o-series models only support temperature=1 (default).
Sending temperature=0.3 (analytics) or temperature=0 (chart) causes
400 Bad Request: 'Unsupported value: temperature does not support X
with this model. Only the default (1) value is supported.'
Now temperature is omitted for gpt-5/o1/o3/o4 models.
2026-08-15 06:26:04 +00:00
arystanbek 1de740cc4b perf: upgrade OpenAI models gpt-4o/4o-mini -> gpt-5-nano/gpt-5-mini
deploy / deploy (push) Has been cancelled
- openai.model.name: gpt-4o-mini -> gpt-5-nano (bash.05/bash.40, 3x cheaper input)
- openai.model.name.text: gpt-4o -> gpt-5-mini (bash.25/.00, 10x cheaper input)
- targeting.ai.audience-model: gpt-4o -> gpt-5-mini
- targeting.ai.budget-model: gpt-4o-mini -> gpt-5-nano
- targeting.ai.creatives-model: gpt-4o -> gpt-5-mini
- fix: max_tokens -> max_completion_tokens (GPT-5 requires new param name)
2026-08-15 06:19:17 +00:00
arystanbek 503eccfb87 ci: test Gitea Actions deploy pipeline
deploy / deploy (push) Has been cancelled
2026-08-12 15:41:05 +00:00
arystanbek 43860fbfac ci: add Gitea Actions deploy workflow
deploy / deploy (push) Has been cancelled
2026-08-12 15:14:49 +00:00