-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconfig.yml
More file actions
44 lines (36 loc) · 1.23 KB
/
config.yml
File metadata and controls
44 lines (36 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# ExtractCode Inputs
vulnerability_limit: 10
context_size: 2000
# sari_file_path should point to the generated SARIF file relative to the working directory
# sarif_file_path: /mnt/data/sarif.json
semgrep_extra_args: --config r/KxUvD7w/asankhaya_personal_org.polyfill-compromise-copy
# PreparePrompt Inputs
# prompt_template_file: your-prompt-template-here
# CallOpenAI Inputs
# openai_api_key: required
openai_api_key: your-api-key
model: gpt-4o
# model: gpt-3.5-turbo
# client_base_url: http://localhost:8000/v1
# GitHub Token
github_api_key: your-api-key
# To run on all repos your github_api_key has access to uncomment below
# github_org_name: org_name
# Gitlab Token
# gitlab_api_key: your-api-key
# To run on all repos your gitlab_api_key has access to uncomment below
# gitlab_org_name: org_name
# Example HF model
# client_base_url: https://api-inference.huggingface.co/models/meta-llama/Meta-Llama-3-70B-Instruct/v1
# model: meta-llama/Meta-Llama-3-70B-Instruct
# model_temperature: 0.2
# model_top_p: 0.95
# model_max_tokens: 2000
allow_truncated: false
# CommitChanges Inputs
disable_branch: false
# CreatePR Inputs
disable_pr: false
force_pr_creation: true
# github_api_key: required-for-github-scm
# gitlab_api_key: required-for-gitlab-scm