Skip to content

Commit 37fe2bf

Browse files
committed
Update configuration files to use triple backtick separators for code generation
1 parent fbfe22d commit 37fe2bf

69 files changed

Lines changed: 205 additions & 205 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

configs/browser-use-bu-max.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# The temperature parameter controls the randomness of the model's output. Lower values make the output more deterministic.
1+
# The temperature parameter controls the randomness of the model's output. Lower values make the output more deterministic.
22
temperature = 0.1
33
# The maximum number of new tokens that the model can generate.
44
max_tokens = 2048
55
# The start separator for the generated code.
6-
start_sep = `
6+
start_sep = ```
77
# The end separator for the generated code.
8-
end_sep = `
8+
end_sep = ```
99
# If True, the first line of the generated text will be skipped.
1010
skip_first_line = True
1111
# Provider type for routing.

configs/claude-2.1.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# The temperature parameter controls the randomness of the model's output. Lower values make the output more deterministic.
1+
# The temperature parameter controls the randomness of the model's output. Lower values make the output more deterministic.
22
temperature = 0.1
33
# The maximum number of new tokens that the model can generate.
44
max_tokens = 4096
55
# The start separator for the generated code.
6-
start_sep = `
6+
start_sep = ```
77
# The end separator for the generated code.
8-
end_sep = `
8+
end_sep = ```
99
# If True, the first line of the generated text will be skipped.
1010
skip_first_line = True
1111
# The model used for generating the code.

configs/claude-2.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# The temperature parameter controls the randomness of the model's output. Lower values make the output more deterministic.
1+
# The temperature parameter controls the randomness of the model's output. Lower values make the output more deterministic.
22
temperature = 0.1
33
# The maximum number of new tokens that the model can generate.
44
max_tokens = 4096
55
# The start separator for the generated code.
6-
start_sep = `
6+
start_sep = ```
77
# The end separator for the generated code.
8-
end_sep = `
8+
end_sep = ```
99
# If True, the first line of the generated text will be skipped.
1010
skip_first_line = True
1111
# The model used for generating the code.

configs/claude-3-5-sonnet.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# The temperature parameter controls the randomness of the model's output. Lower values make the output more deterministic.
1+
# The temperature parameter controls the randomness of the model's output. Lower values make the output more deterministic.
22
temperature = 0.1
33
# The maximum number of new tokens that the model can generate.
44
max_tokens = 4096
55
# The start separator for the generated code.
6-
start_sep = `
6+
start_sep = ```
77
# The end separator for the generated code.
8-
end_sep = `
8+
end_sep = ```
99
# If True, the first line of the generated text will be skipped.
1010
skip_first_line = True
1111
# The model used for generating the code.

configs/claude-3-7-sonnet.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# The temperature parameter controls the randomness of the model's output. Lower values make the output more deterministic.
1+
# The temperature parameter controls the randomness of the model's output. Lower values make the output more deterministic.
22
temperature = 0.1
33
# The maximum number of new tokens that the model can generate.
44
max_tokens = 4096
55
# The start separator for the generated code.
6-
start_sep = `
6+
start_sep = ```
77
# The end separator for the generated code.
8-
end_sep = `
8+
end_sep = ```
99
# If True, the first line of the generated text will be skipped.
1010
skip_first_line = True
1111
# Legacy alias maps to newer model

configs/claude-3-opus.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# The temperature parameter controls the randomness of the model's output. Lower values make the output more deterministic.
1+
# The temperature parameter controls the randomness of the model's output. Lower values make the output more deterministic.
22
temperature = 0.1
33
# The maximum number of new tokens that the model can generate.
44
max_tokens = 4096
55
# The start separator for the generated code.
6-
start_sep = `
6+
start_sep = ```
77
# The end separator for the generated code.
8-
end_sep = `
8+
end_sep = ```
99
# If True, the first line of the generated text will be skipped.
1010
skip_first_line = True
1111
# The model used for generating the code.

configs/claude-3-sonnet.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# The temperature parameter controls the randomness of the model's output. Lower values make the output more deterministic.
1+
# The temperature parameter controls the randomness of the model's output. Lower values make the output more deterministic.
22
temperature = 0.1
33
# The maximum number of new tokens that the model can generate.
44
max_tokens = 4096
55
# The start separator for the generated code.
6-
start_sep = `
6+
start_sep = ```
77
# The end separator for the generated code.
8-
end_sep = `
8+
end_sep = ```
99
# If True, the first line of the generated text will be skipped.
1010
skip_first_line = True
1111
# The model used for generating the code.

configs/claude-4-6-opus.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# The temperature parameter controls the randomness of the model's output. Lower values make the output more deterministic.
1+
# The temperature parameter controls the randomness of the model's output. Lower values make the output more deterministic.
22
temperature = 0.1
33
# The maximum number of new tokens that the model can generate.
44
max_tokens = 4096
55
# The start separator for the generated code.
6-
start_sep = `
6+
start_sep = ```
77
# The end separator for the generated code.
8-
end_sep = `
8+
end_sep = ```
99
# If True, the first line of the generated text will be skipped.
1010
skip_first_line = True
1111
# Legacy alias maps to newer model

configs/claude-4-6-sonnet.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# The temperature parameter controls the randomness of the model's output. Lower values make the output more deterministic.
1+
# The temperature parameter controls the randomness of the model's output. Lower values make the output more deterministic.
22
temperature = 0.1
33
# The maximum number of new tokens that the model can generate.
44
max_tokens = 4096
55
# The start separator for the generated code.
6-
start_sep = `
6+
start_sep = ```
77
# The end separator for the generated code.
8-
end_sep = `
8+
end_sep = ```
99
# If True, the first line of the generated text will be skipped.
1010
skip_first_line = True
1111
# Legacy alias maps to newer model

configs/claude-haiku-4-5.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# The temperature parameter controls the randomness of the model's output. Lower values make the output more deterministic.
1+
# The temperature parameter controls the randomness of the model's output. Lower values make the output more deterministic.
22
temperature = 0.1
33
# The maximum number of new tokens that the model can generate.
44
max_tokens = 4096
55
# The start separator for the generated code.
6-
start_sep = `
6+
start_sep = ```
77
# The end separator for the generated code.
8-
end_sep = `
8+
end_sep = ```
99
# If True, the first line of the generated text will be skipped.
1010
skip_first_line = True
1111
# The model used for generating the code.

0 commit comments

Comments
 (0)