chatGBT: use gitbutler aws deployment

This commit is contained in:
Kiril Videlov 2023-04-20 00:09:12 +02:00 committed by Kiril Videlov
parent bce0f1671f
commit 8e5259ce84

View File

@ -10,7 +10,7 @@
};
// const chainUrl = 'http://127.0.0.1:8000';
const chainUrl = 'https://hpkhygaffu.eu-west-1.awsapprunner.com';
const chainUrl = 'https://zpuszumgur.us-east-1.awsapprunner.com';
async function createSummary(text: string) {
const response = await fetch(`${chainUrl}/summaries`, {