diff --git a/proxy/routes/open_ai.py b/proxy/routes/open_ai.py index 8cd3b80..b670e60 100644 --- a/proxy/routes/open_ai.py +++ b/proxy/routes/open_ai.py @@ -8,7 +8,7 @@ import httpx from fastapi import APIRouter, Depends, Header, HTTPException, Request, Response from utils.explorer import push_trace -ALLOWED_OPEN_AI_ENDPOINTS = {"chat/completions", "moderations"} +ALLOWED_OPEN_AI_ENDPOINTS = {"chat/completions"} IGNORED_HEADERS = [ "accept-encoding", "host",