Skip to content

Commit

Permalink
update default ai tunings
Browse files Browse the repository at this point in the history
  • Loading branch information
rungulus committed Aug 13, 2024
1 parent c390405 commit 90f7741
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ Training will also take a while, especially if you've given it a lot of data. Fo
- temperature: how "random" you want the bot to be, can be 0-2. lower is less "random"
- default: 0.9
- presencePenalty: how "on topic" the bot should be, can be 0-2. lower is more "on topic"
- default: 0
- default: 0.3
- frequencyPenalty: how "repetitive" the bot should be, can be 0-2. lower is more "repetitive"
- default: 0
- default: 0.3
- severityCategory: what "level" of slurs and bad words should we filter, can be 0-3.
- default: 2.6
<hr>
Expand Down
10 changes: 5 additions & 5 deletions frontend/config.sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"openaiapi": {
"apiKey": "your openai api key here",
"modelId": "your fine tuned model id",
"maxTokens": 100,
"temperature": 0.6,
"presencePenalty": 0.6,
"frequencyPenalty": 1,
"maxTokens": 256,
"temperature": 0.9,
"presencePenalty": 0.3,
"frequencyPenalty": 0.3,
"systemPrompt": "your system prompt here"
},
"severityCategory": 2.2,
"severityCategory": 2.8,
"removePings": 1,
"removeLinks": 0,
"allowedUserTag": 0
Expand Down

0 comments on commit 90f7741

Please sign in to comment.