cboard-org / cboard-ai-engine

This engine powers the Cboard AI builder, designed to generate content suggestions for communication boards and create new pictograms as necessary. With a simple prompt, it will generate a list of suggestions that can be used to create an AAC board
https://cboard.io
GNU General Public License v3.0
1 stars 1 forks source link

feat: use fetch by switch to xior from axios #19

Closed suhaotian closed 7 months ago

suhaotian commented 8 months ago

Since node 18 already support fetch API, so we can use fetch now and xior is based on fetch and similar axios API.

Befenits: