Skip to content

Commit

Permalink
Merge pull request #51 from eltociear/patch-1
Browse files Browse the repository at this point in the history
chore: update config.rs
  • Loading branch information
SilasMarvin authored Aug 6, 2024
2 parents 60e4aea + b0d8a82 commit 452d46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/lsp-ai/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ pub struct Config {

impl Config {
pub fn new(mut args: Value) -> Result<Self> {
// Validate that the models specfied are there so we can unwrap
// Validate that the models specified are there so we can unwrap
let configuration_args = args
.as_object_mut()
.context("Server configuration must be a JSON object")?
Expand Down

0 comments on commit 452d46c

Please sign in to comment.