Skip to content

Commit 9d4fa82

Browse files
committed
ready to review
1 parent ee6872c commit 9d4fa82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codeflash/api/aiservice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def get_aiservice_base_url(self) -> str:
5555
logger.info("Using local AI Service at http://localhost:8000")
5656
console.rule()
5757
return "http://localhost:8000"
58-
return "http://localhost:8000"
58+
return "https://app.codeflash.ai"
5959

6060
def make_ai_service_request(
6161
self,

0 commit comments

Comments
 (0)