UNPKG

esp-ai

Version:

Provide a complete set of AI dialogue solutions for your development board, including but not limited to the IAT+LLM+TTS integration solution for the ESP32 series development board. | 为你的开发板提供全套的AI对话方案,包括但不限于 `ESP32` 系列开发板的 `IAT+LLM+TTS` 集成方案。

6 lines (5 loc) 139 B
const clear_sid = require("./clear_sid") const error_catch = require("./error_catch") module.exports = { clear_sid, error_catch }