You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR Changes to file xxxx.java are larger than the max prompt length, consider using a model with a larger context window. Skipping file changes...
Run npx code-review-gpt review --ci=github --model=gpt-3.5-turbo-16k --debug
DEBUG Args: {"_":["review"],"ci":"github","model":"gpt-3.5-turbo-16k","debug":true,"setupTarget":"github","setup-target":"github","commentPerFile":false,"comment-per-file":false,"reviewType":"changed","review-type":"changed","provider":"openai","$0":"node_modules/.bin/code-review-gpt"}
we have use gpt-3.5-turbo-16k, but file is easy more than 16k, we only want to compare changes content. how to set?
ERROR Changes to file xxxx.java are larger than the max prompt length, consider using a model with a larger context window. Skipping file changes...
Run npx code-review-gpt review --ci=github --model=gpt-3.5-turbo-16k --debug
DEBUG Args: {"_":["review"],"ci":"github","model":"gpt-3.5-turbo-16k","debug":true,"setupTarget":"github","setup-target":"github","commentPerFile":false,"comment-per-file":false,"reviewType":"changed","review-type":"changed","provider":"openai","$0":"node_modules/.bin/code-review-gpt"}
we have use gpt-3.5-turbo-16k, but file is easy more than 16k, we only want to compare changes content. how to set?
my yml:
name: Code Review GPT
on:
pull_request:
branches:
- master
permissions:
id-token: write
pull-requests: write
contents: read
actions: read
jobs:
code-review-gpt:
runs-on: ubuntu-latest
The text was updated successfully, but these errors were encountered: