We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee6872c commit 9d4fa82Copy full SHA for 9d4fa82
1 file changed
codeflash/api/aiservice.py
@@ -55,7 +55,7 @@ def get_aiservice_base_url(self) -> str:
55
logger.info("Using local AI Service at http://localhost:8000")
56
console.rule()
57
return "http://localhost:8000"
58
- return "http://localhost:8000"
+ return "https://app.codeflash.ai"
59
60
def make_ai_service_request(
61
self,
0 commit comments