Skip to content

Commit

Permalink
Update const.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
comeback01 authored Jan 7, 2024
1 parent 7108d7e commit 3aabce5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions utils/app/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ export const OPENAI_API_HOST =
export const DEFAULT_TEMPERATURE =
parseFloat(process.env.NEXT_PUBLIC_DEFAULT_TEMPERATURE || "0.7");

export const DEFAULT_TOP_P = parseFloat(process.env.NEXT_PUBLIC_DEFAULT_TOP_P || "0.9");

export const DEFAULT_TOP_K = parseInt(process.env.NEXT_PUBLIC_DEFAULT_TOP_K || "50");

export const OPENAI_API_TYPE =
process.env.OPENAI_API_TYPE || 'openai';

Expand Down

0 comments on commit 3aabce5

Please sign in to comment.