K-Sonoda / SimpleAIHackason-Cteam

1 stars 3 forks source link

feat: add interface #10

Closed chansuke closed 6 hours ago

chansuke commented 6 hours ago
cargo run
curl -X POST http://localhost:3000/chat \
        -H "Content-Type: application/json" \
        -d '{
      "country": "Japan",
      "city": "Tokyo",
      "query": "technology trends"
    }'