adjust display position
This commit is contained in:
@@ -653,6 +653,8 @@ const createTunnel = async (tunnelType, port) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
app.listen(port, async () => {
|
app.listen(port, async () => {
|
||||||
|
// 输出当前月份的请求统计信息
|
||||||
|
provider.getLogger().printStatistics();
|
||||||
console.log(`YouChat proxy listening on port ${port}`);
|
console.log(`YouChat proxy listening on port ${port}`);
|
||||||
if (!validApiKey) {
|
if (!validApiKey) {
|
||||||
console.log(`Proxy is currently running with no authentication`);
|
console.log(`Proxy is currently running with no authentication`);
|
||||||
@@ -664,8 +666,6 @@ app.listen(port, async () => {
|
|||||||
const tunnelType = process.env.TUNNEL_TYPE || "localtunnel";
|
const tunnelType = process.env.TUNNEL_TYPE || "localtunnel";
|
||||||
await createTunnel(tunnelType, port);
|
await createTunnel(tunnelType, port);
|
||||||
}
|
}
|
||||||
// 输出当前月份的请求统计信息
|
|
||||||
provider.getLogger().printStatistics();
|
|
||||||
});
|
});
|
||||||
|
|
||||||
function AnthropicApiKeyAuth(req, res, next) {
|
function AnthropicApiKeyAuth(req, res, next) {
|
||||||
|
|||||||
Reference in New Issue
Block a user