Skip to content

Commit c35e659

Browse files
committed
Update models, remove max tokens
1 parent 53b6a3d commit c35e659

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

prompt-engineering/settings-final.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[general]
2-
chat_models = ["gpt-3.5", "gpt-3.5-turbo", "gpt-4"]
2+
chat_models = ["gpt-3.5-turbo", "gpt-4"]
33
model = "gpt-4"
4-
max_tokens = 100
54
temperature = 0
65

76
[prompts]

prompt-engineering/settings.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[general]
2-
chat_models = ["gpt-3.5-turbo", "gpt-3.5-turbo-16k", "gpt-4"]
3-
model = "text-davinci-003"
4-
max_tokens = 2100
2+
chat_models = ["gpt-3.5-turbo", "gpt-4"]
3+
model = "gpt-3.5-turbo"
54
temperature = 0
65

76
[prompts]

0 commit comments

Comments
 (0)