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 8, 2024
1 parent 20cc5c7 commit 01fd216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/app/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const DEFAULT_SYSTEM_PROMPT =
"You are ChatGPT, a large language model trained by OpenAI. Follow the user's instructions carefully. Respond using markdown.";

export const OPENAI_API_HOST =
process.env.OPENAI_API_HOST || 'https://api.together.xyz';
process.env.OPENAI_API_HOST || 'https://openrouter.ai';

export const DEFAULT_TEMPERATURE =
parseFloat(process.env.NEXT_PUBLIC_DEFAULT_TEMPERATURE || "0.7");
Expand Down

0 comments on commit 01fd216

Please sign in to comment.