TBXark / ChatGPT-Telegram-Workers

Deploy your own Telegram ChatGPT bot on Cloudflare Workers with ease.
https://t.me/ChatGPT_Telegram_Workers
MIT License
3.41k stars 819 forks source link

[Feature] image generation and text generation use different AI providers #235

Closed rtromp4 closed 8 months ago

rtromp4 commented 8 months ago

I want to use chatgpt unofficial api for text generation and cloudflare for image gen... How to do it/?

TBXark commented 8 months ago

Do you mean that image generation and text generation use different AI providers?

rtromp4 commented 8 months ago

Yes... (For text i will use my own bingai (works fine with ur code @Imagegenbot009bot and for image i will use cloudflares model)

TBXark commented 8 months ago

This configuration is not available at the moment, but you can modify the code loadImageGen to only return requestImageFromWorkersAI

https://github.com/TBXark/ChatGPT-Telegram-Workers/blob/edd85ae22bcc97baf89e26b2c097a64d1748d73f/src/llm.js#L136-L154

rtromp4 commented 8 months ago

Thanks for help

rtromp4 commented 8 months ago

Problem solved 🎇