Skip to content

Commit dbb0926

Browse files
author
Raphael Shu
committed
change api url
1 parent d50047d commit dbb0926

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agents/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
# =================================================================
3636
# Kaetram Game Server Configuration
3737
# =================================================================
38-
KAETRAM_BASE_URL = "http://play.agentworld.io:7001"
38+
KAETRAM_BASE_URL = "http://localhost:7001"
3939
KAETRAM_API_ENDPOINTS = {
4040
"create": "/ai/create",
4141
"login": "/ai/login",

0 commit comments

Comments
 (0)