-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig_template.ini
38 lines (32 loc) · 1.13 KB
/
config_template.ini
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
[DEFAULT]
playground = ../experiments/playground
TIMEOUT = 30
LANGUAGE = java
GRAMMAR_FILE = ./dependencies/java-grammar.so
COBERTURA_DIR = ./dependencies/cobertura-2.1.1
JUNIT_JAR = ./dependencies/lib/junit-platform-console-standalone-1.9.2.jar
MOCKITO_JAR = ./dependencies/lib/mockito-core-3.12.4.jar:./dependencies/lib/mockito-inline-3.12.4.jar:./dependencies/lib/mockito-junit-jupiter-3.12.4.jar:./dependencies/lib/byte-buddy-1.14.4.jar:./dependencies/lib/byte-buddy-agent-1.14.4.jar:./dependencies/lib/objenesis-3.3.jar
LOG4J_JAR = ./dependencies/lib/slf4j-api-1.7.5.jar:./dependencies/lib/slf4j-log4j12-1.7.12.jar:./dependencies/lib/log4j-1.2.17.jar
JACOCO_AGENT = ./dependencies/jacoco/jacocoagent.jar
JACOCO_CLI = ./dependencies/jacoco/jacococli.jar
FORMATTER = ./dependencies/lib/google-java-format-1.21.0-all-deps.jar
REPORT_FORMAT = xml
[openai]
api_keys = []
model_url = []
model = gpt-3.5-turbo
temperature = 0.5
top_p = 1
frequency_penalty = 0
presence_penalty = 0
[database]
host = 127.0.0.1
port = 3306
user = slicer
database = work
password = slicerslicer
[mongo]
mongo_url = ...
mongo_port = ...
mongo_user = ...
mongo_pwd = ...