Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Soontao committed May 22, 2024
1 parent ae5cc59 commit 58e703d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import { fetchAccessToken } from './utils.mjs';

const app = express();

app.disable('x-powered-by');

app.use(express.json());

app.post("/v1/chat/completions", async (req, res) => {
Expand Down

0 comments on commit 58e703d

Please sign in to comment.