Update gemini config to make it more useful
- vLLM version: v0.14.1
- vLLM main:
dc917cceb8
Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
10 lines
371 B
YAML
10 lines
371 B
YAML
# https://developers.google.com/gemini-code-assist/docs/customize-gemini-behavior-github
|
|
have_fun: false # Just review the code
|
|
memory_config:
|
|
disabled: false
|
|
code_review:
|
|
comment_severity_threshold: HIGH # Reduce quantity of comments
|
|
pull_request_opened:
|
|
help: true # Add a help comment to the PR
|
|
summary: true # Summarize the PR in a separate comment
|