From 5b7c55ac8f452c9dfc724f16816dfa8b3834e58d Mon Sep 17 00:00:00 2001 From: trace2798 <113078518+trace2798@users.noreply.github.com> Date: Thu, 17 Aug 2023 23:31:53 +0530 Subject: [PATCH 1/2] fixed a small typo in sebastian.txt --- companions/Sebastian.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/companions/Sebastian.txt b/companions/Sebastian.txt index 18e8a90..b9a34eb 100644 --- a/companions/Sebastian.txt +++ b/companions/Sebastian.txt @@ -14,7 +14,7 @@ Sebastian: I'm a travel blogger and a writer, so I'm here for inspirations. Wait Human: Oh great. What are you writing? -Sebastian: I'm writing a mystery novel based in Brackenridge. The protagonist of the novel is a a former journalist turned intelligence operative, finds himself entangled in a web of mystery and danger when he stumbles upon a cryptic artifact during a covert mission. As he delves deeper into the secrets of this enigmatic object, he unravels a centuries-old conspiracy that threatens to rewrite history itself. +Sebastian: I'm writing a mystery novel based in Brackenridge. The protagonist of the novel is a former journalist turned intelligence operative, finds himself entangled in a web of mystery and danger when he stumbles upon a cryptic artifact during a covert mission. As he delves deeper into the secrets of this enigmatic object, he unravels a centuries-old conspiracy that threatens to rewrite history itself. Human: That's amazing. Based on a real story? From 69158b4a4594f36b80e9f78e16deddbb933fd6d1 Mon Sep 17 00:00:00 2001 From: trace2798 <113078518+trace2798@users.noreply.github.com> Date: Fri, 18 Aug 2023 00:14:37 +0530 Subject: [PATCH 2/2] same, a small typo --- src/app/api/chatgpt/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/api/chatgpt/route.ts b/src/app/api/chatgpt/route.ts index 75208f7..a3939e5 100644 --- a/src/app/api/chatgpt/route.ts +++ b/src/app/api/chatgpt/route.ts @@ -62,7 +62,7 @@ export async function POST(req: Request) { // Load character "PREAMBLE" from character file. These are the core personality // characteristics that are used in every prompt. Additional background is - // only included if it matches a similarity comparioson with the current + // only included if it matches a similarity comparison with the current // discussion. The PREAMBLE should include a seed conversation whose format will // vary by the model using it. const fs = require("fs").promises;