chore: remove broken googleSearch grounding and /v1/search endpoint
This commit is contained in:
@@ -356,6 +356,7 @@ fn print_banner(port: u16, pid: &str, https_port: &str, csrf: &str, token: &str,
|
||||
println!(" \x1b[1mroutes\x1b[0m");
|
||||
println!(" \x1b[33m POST\x1b[0m /v1/responses");
|
||||
println!(" \x1b[33m POST\x1b[0m /v1/chat/completions");
|
||||
println!(" \x1b[33m POST\x1b[0m /v1/gemini");
|
||||
println!(" \x1b[32m GET \x1b[0m /v1/models");
|
||||
println!(" \x1b[32m GET \x1b[0m /v1/sessions");
|
||||
println!(" \x1b[31m DEL \x1b[0m /v1/sessions/:id");
|
||||
|
||||
Reference in New Issue
Block a user