This repository was archived by the owner on Mar 6, 2024. It is now read-only.
-
Couldn't load subscription status.
- Fork 468
Api endpoint change #475
Closed
Closed
Api endpoint change #475
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
|
Image description CodeRabbit WalkthroughThis update introduces environment variables for the OpenAI API key, base URL, and version in the GitHub Actions workflow. It also updates the Changes
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Image description CodeRabbit
Files selected (5)
- .github/workflows/openai-review.yml (1)
- .gitignore (1)
- package-lock.json (1)
- package.json (1)
- src/bot.ts (1)
Files ignored due to filter (1)
- dist/index.js
Files skipped from review due to trivial changes (5)
- .github/workflows/openai-review.yml
- .gitignore
- package-lock.json
- package.json
- src/bot.ts
Review comments generated (0)
- Review: 0
- LGTM: 0
Tips
Chat with Image description CodeRabbit Bot (@coderabbitai)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitaiin a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignoreanywhere in the PR description to pause further reviews from the bot.
PR test comment
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Uh oh!
There was an error while loading. Please reload this page.
Added AZURE_OPENAI_API_KEY secrets
Summary by CodeRabbit
New Feature:
AZURE_OPENAI_API_KEY,AZURE_OPENAI_API_BASE, andAZURE_OPENAPI_VERSIONto the GitHub Action workflow for enhanced security.openai-pr-reviewerpackage version from0.0.0to0.1.0.ChatGPTAPIclass.