Skip to content

Commit bb0222b

Browse files
authored
[Misc] Update usage_context.py (LMCache#700)
1 parent 6474b08 commit bb0222b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lmcache/usage_context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def _get_source(self):
242242
def InitializeUsageContext(config: LMCacheEngineConfig,
243243
metadata: LMCacheEngineMetadata,
244244
local_log: Optional[str] = None):
245-
server_url = "http://34.236.19.149:8080/endpoint"
245+
server_url = "http://stats.lmcache.ai:8080/endpoint"
246246
if os.getenv("LMCACHE_TRACK_USAGE") == "false":
247247
return None
248248
else:

0 commit comments

Comments
 (0)