This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // available models and languages | |
| const TTSmodels = [ | |
| "tts-english1", | |
| "tts-english2", | |
| "tts-english3", | |
| "tts-english4", | |
| "tts-english5", | |
| "tts-english6", | |
| "tts-english7", | |
| "tts-english8", | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // 🌟 Author: @PikaBotz | |
| // ❤️ https://github.com/PikaBotz | |
| // Import axios (CommonJS) | |
| const axios = require("axios"); | |
| // Base URL for the API | |
| const baseUrl = "https://pikabotz-imagemaker.vercel.app/"; | |
| //----------------------------------------------------------------------------------------------------------------------------------------- | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // 🌟 Author: @PikaBotz | |
| // ❤️ https://github.com/PikaBotz | |
| // Import axios (CommonJS) | |
| const axios = require("axios"); | |
| // Initial data to be used in the API request | |
| const username = encodeURIComponent("Pika~Kun"); | |
| const gcname = encodeURIComponent("PikaBotz Inc."); | |
| const members = encodeURIComponent(69); |