/** * Copyright (c) 2025 mathru. All rights reserved. * * Masamune framework plugin package for interacting with OpenAI's GPT. * * To use, import * as m from "@mathrunet/masamune_ai_openai"; * * [mathru.net]: https://mathru.net * [YouTube]: https://www.youtube.com/c/mathrunetchannel */ export * from "@mathrunet/masamune"; export * from "@mathrunet/masamune_firebase"; export * from "./functions"; export * from "./lib/interface";