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

Multiple browser goals #672

Merged
merged 5 commits into from
Dec 29, 2023
Merged

Multiple browser goals #672

merged 5 commits into from
Dec 29, 2023

Conversation

nerfZael
Copy link
Contributor

@nerfZael nerfZael commented Dec 29, 2023

NOTE: requires #668 to be merged first

User can now use the same chat to accomplish multiple goals.
User can also go to old chats and continue with new goals.

Closes: #630
The second sub-issues about changing openAI key on existing evo instances I reported here to be solved separately: #671

Copy link

vercel bot commented Dec 29, 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 29, 2023 9:04pm

const { llm, embedding } = this._state.evo.context;

if (llm instanceof ProxyLlmApi) {
llm.setGoalId(goalId);
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice 🧽

@dOrgJelli dOrgJelli merged commit ed56e6f into dev Dec 29, 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.

Browser App - Remember Previous Goal Context
2 participants