-
Notifications
You must be signed in to change notification settings - Fork 0
Feature/exclude OpenAI endpoints #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…y the transcribed text and comment out unused model listing and advanced feature calls.
Updates the .openapi-generator-ignore file to include the tag "OpenAI-Compatible Speech-to-Text". This will prevent the OpenAPI generator from creating client code for any paths or models associated with this tag. You will need to run ./regenerate.sh locally after this change to apply the new ignore rules and commit the updated generated client.
…o text model Changed the target file paths in the apply_transcription_response_fix and apply_release_date_fix functions to reflect the new directory structure under 'speechall'.
…enAI-Compatible Speech-to-Text API Replaced the entry for OpenAI-Compatible Speech-to-Text in the .openapi-generator-ignore file with the new file path to ensure proper exclusion during code generation.
…or information Added the package version as an additional property in the OpenAPI generator command and fixed hardcoded author details in setup.py to reflect the correct author and email address.
…itional files and directories Enhanced the .gitignore file to ignore various environment and project-specific files, including those for Flask, Scrapy, and Jupyter. Updated the .openapi-generator-ignore to preserve custom files during regeneration and added new entries for Python cache and virtual environment files.
…ng code generation Updated the .openapi-generator-ignore file to include itself, ensuring it is ignored during the OpenAPI generation process. This change helps maintain a clean project structure by preventing unnecessary files from being included.
…pi-generator-ignore Updated the backup process in regenerate.sh to read from the .openapi-generator-ignore file, allowing for dynamic backup of specified files and directories. If the ignore file is not found, a fallback list is used. Additionally, improved the restoration process to handle both files and directories from the backup. This change enhances the script's flexibility and reliability during regeneration.
Modified the publish-to-pypi.yml workflow to include a step for publishing to TestPyPI. The original PyPI publishing step is commented out, allowing for testing in a staging environment before deploying to the main repository. Updated the credentials to use the TestPyPI API token and specified the repository URL for TestPyPI.
Deleted the python.yml workflow file from the GitHub Actions directory, streamlining the CI/CD configuration as part of project updates.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.