Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPT-4O-mini does not support image generation #407

Open
mzywl opened this issue Jul 26, 2024 · 4 comments
Open

GPT-4O-mini does not support image generation #407

mzywl opened this issue Jul 26, 2024 · 4 comments

Comments

@mzywl
Copy link

mzywl commented Jul 26, 2024

How to call other models in the art phase

@shiowen
Copy link
Collaborator

shiowen commented Aug 3, 2024

Hi, please check this out.

here is the full params of run.py:

usage: run.py [-h] [--config CONFIG] [--org ORG] [--task TASK] [--name NAME] [--model MODEL]

argparse

optional arguments:
  -h, --help       show this help message and exit
  --config CONFIG  Name of config, which is used to load configuration under CompanyConfig/; Please see CompanyConfig Section below
  --org ORG        Name of organization, your software will be generated in WareHouse/name_org_timestamp
  --task TASK      Prompt of your idea
  --name NAME      Name of software, your software will be generated in WareHouse/name_org_timestamp
  --model MODEL    GPT Model, choose from {'GPT_3_5_TURBO','GPT_4','GPT_4_32K'}

@mzywl
Copy link
Author

mzywl commented Aug 3, 2024 via email

@mzywl
Copy link
Author

mzywl commented Aug 3, 2024

How to call different models at different stages

@thinkwee
Copy link
Collaborator

thinkwee commented Sep 9, 2024

Currently we do not support calling different LLM backends in different phases. You can refer to #27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants