Skip to content

Commit

Permalink
Fix comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
cryscan committed May 21, 2024
1 parent 34f0279 commit ecc12cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ai00-server/src/api/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ pub async fn unload(depot: &mut Depot) -> StatusCode {
StatusCode::OK
}

/// `/api/models/load_init_state`.
/// `/api/models/state/load`.
#[handler]
pub async fn load_state(depot: &mut Depot, req: &mut Request) -> StatusCode {
let ThreadState { sender, path } = depot.obtain::<ThreadState>().unwrap();
Expand Down

0 comments on commit ecc12cd

Please sign in to comment.