- Replaced hardcoded URLs with a base URL variable for better configurability. - Updated request payloads to use sessionId and timeStamp variables. - Enhanced the chat request with new parameters: needFormUpdate and useTextChunk. - Adjusted response content types and lengths for consistency. - Updated timestamps in response headers for accuracy.
72 lines
1.4 KiB
HTTP
72 lines
1.4 KiB
HTTP
@baseUrl = http://101.89.108.122:8000
|
|
@sessionId = a1103
|
|
@timeStamp = 202603310303
|
|
###
|
|
|
|
GET {{baseUrl}}
|
|
|
|
HTTP/1.1 200 - OK
|
|
date: Thu, 18 Jun 2026 02:37:30 GMT
|
|
server: uvicorn
|
|
content-length: 32
|
|
content-type: application/json
|
|
connection: close
|
|
###
|