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

The model: gpt-4 does not exist / fixing defaults in llm_utils.py #4229

Closed
1 task done
Boostrix opened this issue May 15, 2023 · 1 comment · Fixed by #4278
Closed
1 task done

The model: gpt-4 does not exist / fixing defaults in llm_utils.py #4229

Boostrix opened this issue May 15, 2023 · 1 comment · Fixed by #4278
Labels

Comments

@Boostrix
Copy link
Contributor

Boostrix commented May 15, 2023

Duplicates

  • I have searched the existing issues

Summary 💡

the defaults need to be adapted for people without access to GPT4 - or the corresponding functions won't work.
The default model for people without GPT4 access should be cfg.fast_llm_model and not cfg.smart_llm_model

It would probably make sense to check once during startup what model is available and then set up the default accordingly.
In general, GPT4 should only be a default setting once it is verified to be available.

Examples 🌈

No response

Motivation 🔦

No response

@konraddroeske
Copy link
Contributor

Pull request: #4278

@konraddroeske konraddroeske mentioned this issue May 18, 2023
6 tasks
k-boikov added a commit that referenced this issue May 20, 2023
Co-authored-by: k-boikov <[email protected]>
ppetermann pushed a commit to ppetermann/Auto-GPT that referenced this issue May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants