Skip to content

Commit

Permalink
fix: delete unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
guangzhengli committed Jun 17, 2023
1 parent 848bc3c commit 841247f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 84 deletions.
6 changes: 0 additions & 6 deletions types/env.d.ts

This file was deleted.

3 changes: 0 additions & 3 deletions utils/app/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ export const SUPABASE_URL = process.env.SUPABASE_URL

export const OPENAI_TYPE = process.env.OPENAI_TYPE; // Or OPENAI || AZURE_OPENAI

export const OPENAI_API_HOST =
process.env.OPENAI_API_HOST || 'https://api.openai.com';

export const OPENAI_API_KEY = process.env.OPENAI_API_KEY;

export const AZURE_OPENAI_API_KEY = process.env.AZURE_OPENAI_API_KEY;
Expand Down
75 changes: 0 additions & 75 deletions utils/server/index.ts

This file was deleted.

0 comments on commit 841247f

Please sign in to comment.