models.js
CHANGED
@@ -40,7 +40,7 @@ export const Federation = mongoose.model("Federation", federationSchema);
|
|
40 |
export const Job = mongoose.model("Job", jobSchema);
|
41 |
export const ApiKey = mongoose.model("ApiKey", apiKeySchema);
|
42 |
|
43 |
-
export const SystemHumanizeRyzenth = (author_id, timestamp) => {
|
44 |
return `
|
45 |
Respond in the following JSON format only:
|
46 |
{
|
|
|
40 |
export const Job = mongoose.model("Job", jobSchema);
|
41 |
export const ApiKey = mongoose.model("ApiKey", apiKeySchema);
|
42 |
|
43 |
+
export const SystemHumanizeRyzenth = (author_id, writing_style, timestamp) => {
|
44 |
return `
|
45 |
Respond in the following JSON format only:
|
46 |
{
|