Skip to content

Commit

Permalink
fix proxy.md link
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Feb 15, 2024
1 parent 67082a6 commit dac04ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rllm/rllm-base/src/server/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ async fn tunnel_info(
.get("x-user-id")
.map_or("(no header)", |v| v.to_str().unwrap_or("(invalid header)"));
log::info!("user: {:?}", name);
let url = "https://github.com/microsoft/aici/blob/main/proxy.md";
let url = "https://github.com/microsoft/aici/blob/main/docs/proxy.md";
let model = &data.model_meta.id;
let stats = data.stats.lock().unwrap().clone();
let msg = format!(
Expand Down

0 comments on commit dac04ab

Please sign in to comment.