Skip to content

Commit

Permalink
Add subchat_max_new_tokens parameter and update refact-lsp address URL
Browse files Browse the repository at this point in the history
  • Loading branch information
JegernOUTT committed Nov 6, 2024
1 parent 01f8dfb commit 05a96d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yaml_configs/customization_compiled_in.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ subchat_tool_parameters:
subchat_model: "gpt-4o-mini"
subchat_n_ctx: 64000
subchat_temperature: 0.2
subchat_max_new_tokens: 16384
subchat_max_new_tokens: 8192
locate:
subchat_model: "gpt-4o-mini"
subchat_tokens_for_rag: 30000
Expand Down

0 comments on commit 05a96d5

Please sign in to comment.