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

chore: use llm model from context in predict next step #640

Merged
merged 1 commit into from
Dec 20, 2023

Conversation

cbrzn
Copy link
Contributor

@cbrzn cbrzn commented Dec 20, 2023

this PR aims to use the model defined in Evo configuration for the prediction step. In the future, we can add a model configuration (setting gpt-3.5, gpt-4, or gpt-4-turbo) in the UI and the entire execution would use the same model (guaranteeing consistency in max window context length & model performance)

closes #525 #603

@cbrzn cbrzn requested a review from dOrgJelli December 20, 2023 11:25
Copy link

vercel bot commented Dec 20, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
evo-ninja ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 20, 2023 11:26am

@cbrzn cbrzn changed the title chore: use llm from context in predict next step chore: use llm model from context in predict next step Dec 20, 2023
Copy link
Contributor

@nerfZael nerfZael left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the future we should add a granular setting where users can choose different models for different parts of evo

@cbrzn cbrzn merged commit 8fc27bd into dev Dec 20, 2023
3 checks passed
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

Successfully merging this pull request may close these issues.

Error on maximum context for GPT request and ask for another goal :/
2 participants