You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
since some providers may not have drawing capabilities, could we add an IMG-PROVIDERS parameter to specify the drawing model.
This way, users won't need to switch providers when they want to draw after setting up the provider's model.
# inmain.go, line63provider=flag.String("provider", os.Getenv("AI_PROVIDER"), "Choose which provider to use")
imgProvider=flag.String("imgprovider", os.Getenv("IMG_PROVIDER"), "Choose which provider to generate image")
Hi,
since some providers may not have drawing capabilities, could we add an IMG-PROVIDERS parameter to specify the drawing model.
This way, users won't need to switch providers when they want to draw after setting up the provider's model.
The text was updated successfully, but these errors were encountered: