Skip to content

Commit

Permalink
Increase max_tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
Flagro committed Oct 9, 2024
1 parent d788a10 commit 6d54fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/ai_config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AIConfig:
TextGeneration:
temperature: 0.7
max_tokens: 1000
max_tokens: 2048
top_p: 1
frequency_penalty: 0
presence_penalty: 0
Expand Down

0 comments on commit 6d54fc4

Please sign in to comment.