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

Consolidate LLMs around llama3.2:3b, refactor to FastAPI, and set up realtime-search agent #72

Merged
merged 5 commits into from
Oct 8, 2024

Conversation

danXyu
Copy link
Contributor

@danXyu danXyu commented Oct 7, 2024

  • Redesigns the app around FastAPI (the auto reload feature on docker doesn't work so it was making the dev loop extremely slow. Moving to FastAPI has a whole host of other advantages).
  • Consolidates all LLM operations to use llama3.2:3b for consistency
  • Updates all of the builds to pull llama3.2:3b
  • Removes code around downloading models / code related to functionary
  • Sets up a realtime search agent that does NOT require any API key set up (scrapes google search requests for the results and falls back to headless browsing if this fails, then synthesizes the results using an LLM)
  • Functionality for the user to one-click clear their chat history

Tackles the following issues:

@LachsBagel LachsBagel changed the base branch from develop to v0.2.0 October 8, 2024 03:30
@LachsBagel LachsBagel merged commit 1014fdb into MorpheusAIs:v0.2.0 Oct 8, 2024
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.

2 participants