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 6474b08 commit bb0222bCopy full SHA for bb0222b
lmcache/usage_context.py
@@ -242,7 +242,7 @@ def _get_source(self):
242
def InitializeUsageContext(config: LMCacheEngineConfig,
243
metadata: LMCacheEngineMetadata,
244
local_log: Optional[str] = None):
245
- server_url = "http://34.236.19.149:8080/endpoint"
+ server_url = "http://stats.lmcache.ai:8080/endpoint"
246
if os.getenv("LMCACHE_TRACK_USAGE") == "false":
247
return None
248
else:
0 commit comments