matthoffner commited on
Commit
8d24cc9
1 Parent(s): 1f2102d

Update utils/app/const.ts

Browse files
Files changed (1) hide show
  1. utils/app/const.ts +2 -2
utils/app/const.ts CHANGED
@@ -1,9 +1,9 @@
1
  export const DEFAULT_SYSTEM_PROMPT =
2
  process.env.NEXT_PUBLIC_DEFAULT_SYSTEM_PROMPT ||
3
- "You are Samantha, a large language model trained by Eric Hartford. Follow the user's instructions carefully. Respond using markdown.";
4
 
5
  export const OPENAI_API_HOST =
6
- process.env.OPENAI_API_HOST || 'https://api.openai.com';
7
 
8
  export const DEFAULT_TEMPERATURE =
9
  parseFloat(process.env.NEXT_PUBLIC_DEFAULT_TEMPERATURE || "1");
 
1
  export const DEFAULT_SYSTEM_PROMPT =
2
  process.env.NEXT_PUBLIC_DEFAULT_SYSTEM_PROMPT ||
3
+ "Follow the user's instructions carefully. Respond using markdown.";
4
 
5
  export const OPENAI_API_HOST =
6
+ process.env.OPENAI_API_HOST || 'https://matthoffner-starchat-alpha.hf.space';
7
 
8
  export const DEFAULT_TEMPERATURE =
9
  parseFloat(process.env.NEXT_PUBLIC_DEFAULT_TEMPERATURE || "1");