Browse Source

移除API Key敏感日志

feature_apikey
TianYun 2 months ago
parent
commit
3e9b74ee88
  1. 1
      src/app/api/generate/route.ts

1
src/app/api/generate/route.ts

@ -219,7 +219,6 @@ export async function POST(request: NextRequest) {
const { baseUrl: newApiWGBaseUrl } = getConnectionParams(request, "newapiwg");
const apiKey = await fetchUserGatewayApiKey(request);
console.log("current-apikey --------------->>>>>>>>", apiKey);
const genInput: GenerationInput = {
model: {

Loading…
Cancel
Save