Update versions

This commit is contained in:
johnd0e
2024-07-23 23:52:00 +02:00
parent 75ee056f41
commit 7e86db2f49

View File

@@ -82,8 +82,8 @@ const handleOPTIONS = async () => {
}); });
}; };
const chatVersion = "0.13.0"; const chatVersion = "0.17.1";
const vscodeVersion = "1.87.0"; const vscodeVersion = "1.91.1";
const apiVersion = "2023-07-07"; const apiVersion = "2023-07-07";
const getToken = async (authKey) => { const getToken = async (authKey) => {
if (authKey.startsWith("sk-")) { // dumb attempt to hide real auth key from malicious web services if (authKey.startsWith("sk-")) { // dumb attempt to hide real auth key from malicious web services