randydev commited on
Commit
05cd1d9
·
verified ·
1 Parent(s): 567b430
Files changed (1) hide show
  1. models.js +1 -1
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
  {