Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Dec 19, 2024
1 parent 2471192 commit fb6f934
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llgtrt/src/startup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ pub async fn run_server(mut cli_config: CliConfig) -> anyhow::Result<()> {
..Default::default()
},
&SlicedBiasComputer::general_slices(),
);
)
.expect("Error creating parser factory");
*parser_factory.limits_mut() = config.llguidance.limits.clone();
parser_factory.set_stderr_log_level(config.llguidance.log_level);

Expand Down

0 comments on commit fb6f934

Please sign in to comment.