Commit 324e89f
add gpt-5 support (#53)
* add milvus, composer update
* feat: Update to openai-php/client v0.10.1 with GPT-5 support and add openai_moderation submodule\n\n- Upgraded dependency to v0.10.1 to enable GPT-5 support.\n- Introduced a new submodule for enhanced moderation capabilities.\n- Updated to reflect the new PHP version requirement (^8.2).
* remove typed properties
* Update modules/openai_tts/openai_tts.module
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update modules/openai_chatgpt/openai_chatgpt.module
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update includes/OpenAIApi.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update modules/openai_chatgpt/openai_chatgpt.module
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* removed variable_get
* debug config key
* setting for debug mode
* Refactor validation logic in openai_dalle.module to remove #validated => TRUE and implement explicit validation for dynamic fields
* Update includes/OpenAIApi.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Add public wrapper for minCapForModel and update openai_chatgpt.module to use it
* Refactor validation logic in openai_dalle.module for dynamic fields and improve base64 detection
* fix validation again
* gpt-image-1 support
* remove dpm
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* use translation
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* add symphony/http-foundation and nyholm/psr7 dependencies
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent 7ae784c commit 324e89f
File tree
538 files changed
+32687
-14850
lines changed- config
- includes
- modules
- openai_alt
- openai_audio
- openai_chatgpt
- openai_ckeditor
- openai_content
- openai_dalle
- openai_dblog
- openai_devel
- openai_embeddings
- includes
- openai_moderation
- openai_prompt
- openai_tts
- tests
- vendor
- composer
- guzzlehttp
- guzzle
- src
- Handler
- promises
- psr7
- src
- openai-php/client
- src
- Actions/Responses
- Contracts
- Resources
- Enums/Moderations
- Exceptions
- Resources
- Concerns
- Responses
- Assistants
- Audio
- Streaming
- Batches
- Chat
- Completions
- Containers
- Files
- Objects
- Embeddings
- Files
- FineTunes
- FineTuning
- Images
- Meta
- Models
- Moderations
- Realtime
- Session
- Tools
- TranscriptionSession
- Responses
- Format
- Input
- Output
- CodeInterpreter
- ComputerAction
- Streaming
- ToolChoice
- Tool
- Threads/Runs
- Steps
- VectorStores
- Files
- Search
- Testing
- Enums
- Resources
- Responses
- Concerns
- Fixtures
- Batches
- Chat
- Containers
- Files
- Embeddings
- Realtime
- Responses
- Threads/Runs
- VectorStores
- Files
- Search
- Transporters
- ValueObjects/Transporter
- psr
- container
- src
- log
- src
- symfony
- http-client-contracts
- Exception
- Test
- Fixtures/web
- http-client
- Chunk
- DataCollector
- DependencyInjection
- Exception
- Internal
- Messenger
- Response
- Retry
- Test
- http-foundation
- Exception
- File
- Exception
- RateLimiter
- RequestMatcher
- Session
- Attribute
- Flash
- Storage
- Handler
- Proxy
- Test/Constraint
- polyfill-mbstring
- Resources/unidata
- polyfill-php83
- Resources/stubs
- service-contracts
- Attribute
- Test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
538 files changed
+32687
-14850
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments