diff --git a/.all-contributorsrc b/.all-contributorsrc
index e88cad6..71f9ba0 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -13,6 +13,15 @@
"ideas",
"code"
]
+ },
+ {
+ "login": "petergeneric",
+ "name": "Peter",
+ "avatar_url": "https://avatars.githubusercontent.com/u/870655?v=4",
+ "profile": "https://github.com/petergeneric",
+ "contributions": [
+ "ideas"
+ ]
}
],
"files": [
diff --git a/README.md b/README.md
index 1eb4473..d6470e3 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,7 @@ npm run dev # or: npm run build
 Michael Tanzer 🤔 💻 |
+  Peter 🤔 |
diff --git a/src/app.scss b/src/app.scss
index 9522ea3..2254112 100644
--- a/src/app.scss
+++ b/src/app.scss
@@ -28,7 +28,7 @@ a.is-disabled {
}
/* Show the edit button on hover of the chat name */
-.chatname:hover .editbutton {
+.chat-header:hover .editbutton {
display: inline !important;
text-decoration: none !important;
}
diff --git a/src/lib/Chat.svelte b/src/lib/Chat.svelte
index 273541d..cc8b9e5 100644
--- a/src/lib/Chat.svelte
+++ b/src/lib/Chat.svelte
@@ -62,6 +62,7 @@
},
});
*/
+
const response: Response = await (
await fetch("https://api.openai.com/v1/chat/completions", {
method: "POST",
@@ -105,7 +106,7 @@
};
-