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

Trying to use GPT-3.5 but failed. #14

Open
jarvishou829 opened this issue Mar 12, 2024 · 2 comments
Open

Trying to use GPT-3.5 but failed. #14

jarvishou829 opened this issue Mar 12, 2024 · 2 comments

Comments

@jarvishou829
Copy link

Thanks for your great work. I want to try the palyground.ipynb, however I don't have access to GPT-4. So I change all 'gpt-4' in the rlbench_config.yaml to 'gpt-3.5'. And here comes the error 'InvalidRequestError: The model gpt-3.5 does not exist'. Could you please help fix that.

@HeraclesYao
Copy link

gpt-3.5-turbo not gpt-3.5

@HeraclesYao
Copy link

config = get_config('rlbench')

uncomment this if you'd like to change the language model (e.g., for faster speed or lower cost)

for lmp_name, cfg in config['lmp_config']['lmps'].items():
cfg['model'] = 'gpt-3.5-turbo'

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

2 participants