mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2026-02-05 20:15:12 -05:00
Use inference-stream endpoint to work around vercel timeout
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user