Commit 01a1051
authored
Remove
<!--
Thank you for opening a pull request!
Please add a brief description of the proposed change here.
Also, please tick the appropriate points in the checklist below.
-->
## Motivation and Context
<!-- Why is this change needed? What problem does it solve? -->
Fixes GPT 5 does not support temperature. #1263
## Breaking Changes
<!-- Will users need to update their code or configurations? -->
---
#### Type of the changes
- [ ] New feature (non-breaking change which adds functionality)
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
- [ ] Documentation update
- [ ] Tests improvement
- [ ] Refactoring
#### Checklist
- [x] The pull request has a description of the proposed change
- [x] I read the [Contributing
Guidelines](https://github.com/JetBrains/koog/blob/main/CONTRIBUTING.md)
before opening the pull request
- [x] The pull request uses **`develop`** as the base branch
- [x] Tests for the changes have been added
- [x] All new and existing tests passed
##### Additional steps for pull requests adding a new feature
- [ ] An issue describing the proposed change exists
- [ ] The pull request includes a link to the issue
- [ ] The change was discussed and approved in the issue
- [ ] Docs have been added / updatedLLMCapability.Temperature from GPT-5 model capabilities (#1277)1 parent 06e8e33 commit 01a1051
File tree
1 file changed
+0
-8
lines changed- prompt/prompt-executor/prompt-executor-clients/prompt-executor-openai-client/src/commonMain/kotlin/ai/koog/prompt/executor/clients/openai
1 file changed
+0
-8
lines changedLines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
381 | | - | |
382 | 381 | | |
383 | 382 | | |
384 | 383 | | |
| |||
409 | 408 | | |
410 | 409 | | |
411 | 410 | | |
412 | | - | |
413 | 411 | | |
414 | 412 | | |
415 | 413 | | |
| |||
441 | 439 | | |
442 | 440 | | |
443 | 441 | | |
444 | | - | |
445 | 442 | | |
446 | 443 | | |
447 | 444 | | |
| |||
473 | 470 | | |
474 | 471 | | |
475 | 472 | | |
476 | | - | |
477 | 473 | | |
478 | 474 | | |
479 | 475 | | |
| |||
531 | 527 | | |
532 | 528 | | |
533 | 529 | | |
534 | | - | |
535 | 530 | | |
536 | 531 | | |
537 | 532 | | |
| |||
563 | 558 | | |
564 | 559 | | |
565 | 560 | | |
566 | | - | |
567 | 561 | | |
568 | 562 | | |
569 | 563 | | |
| |||
595 | 589 | | |
596 | 590 | | |
597 | 591 | | |
598 | | - | |
599 | 592 | | |
600 | 593 | | |
601 | 594 | | |
| |||
629 | 622 | | |
630 | 623 | | |
631 | 624 | | |
632 | | - | |
633 | 625 | | |
634 | 626 | | |
635 | 627 | | |
| |||
0 commit comments