china railway (12306).com
china railway (12306).com logo

China Railway (12306)

Integrates with the Chinese Railway (12306) system to provide train schedules, ticket availability, and travel planning...

Created byApr 23, 2025
response = requests.post( "http://localhost:8080/v1/query", json={ "model": "gpt-3.5-turbo", "messages": [{"role": "user", "content": "Find me the fastest train to Shanghai"}], "context": { "format": "json", "data": {"current_location": "Beijing"} } } )
print(response.json()) </code></pre>