Use inference-stream endpoint to work around vercel timeout

This commit is contained in:
Saoud Rizwan
2024-08-26 06:41:19 -04:00
parent ce208c8c8c
commit 6b7a2894b1
4 changed files with 78 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ export function getKoduCreditsUrl() {
}
export function getKoduInferenceUrl() {
return `${KODU_BASE_URL}/api/inference`
return `${KODU_BASE_URL}/api/inference-stream`
}
export function getKoduHomepageUrl() {