'commit'
This commit is contained in:
1
dsSchoolBuddy/.idea/vcs.xml
generated
1
dsSchoolBuddy/.idea/vcs.xml
generated
@@ -2,6 +2,5 @@
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
|
||||
<mapping directory="$PROJECT_DIR$/mtef-go-3" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
@@ -10,8 +10,8 @@ logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
# 服务器地址
|
||||
BASE_URL = "http://localhost:8000"
|
||||
CHAT_ENDPOINT = f"{BASE_URL}/api/teaching_chat"
|
||||
BASE_URL = "http://localhost:8100"
|
||||
CHAT_ENDPOINT = f"{BASE_URL}/qa/chat"
|
||||
|
||||
# 用户ID(固定一个以便模拟多轮对话)
|
||||
USER_ID = "test_user_123"
|
||||
|
Reference in New Issue
Block a user