Skip to content

Commit

Permalink
chore: remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
arshad-yaseen committed Dec 3, 2023
1 parent 1000d2f commit 736e810
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/api/chat/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ export async function POST(req: Request): Promise<Response> {
return ServerResponse.unauthorized("Invalid OPENAI_API_KEY")
}

console.log(OPENAI_API_KEY)

const openai = new OpenAI({ apiKey: OPENAI_API_KEY })

const payload: OpenAI.ChatCompletionCreateParams = {
Expand Down

0 comments on commit 736e810

Please sign in to comment.