Spaces:
Paused
Paused
matthoffner
commited on
Commit
·
5ba6e69
1
Parent(s):
2f5cdac
Update utils/app/const.ts
Browse files- utils/app/const.ts +1 -1
utils/app/const.ts
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
export const DEFAULT_SYSTEM_PROMPT =
|
2 |
process.env.NEXT_PUBLIC_DEFAULT_SYSTEM_PROMPT ||
|
3 |
-
"You are
|
4 |
|
5 |
export const OPENAI_API_HOST =
|
6 |
process.env.OPENAI_API_HOST || 'https://api.openai.com';
|
|
|
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';
|