feat: Add LICENSE file and refactor MITM response handling and tracing.
This commit is contained in:
@@ -48,10 +48,7 @@ pub fn router(state: Arc<AppState>) -> Router {
|
||||
"/v1/chat/completions",
|
||||
post(completions::handle_completions),
|
||||
)
|
||||
.route(
|
||||
"/v1beta/{*path}",
|
||||
post(gemini::handle_gemini_v1beta),
|
||||
)
|
||||
.route("/v1beta/{*path}", post(gemini::handle_gemini_v1beta))
|
||||
.route("/v1/models", get(handle_models))
|
||||
.route("/v1/search", get(search::handle_search_get))
|
||||
.route("/v1/search", post(search::handle_search_post))
|
||||
|
||||
Reference in New Issue
Block a user