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

Refactor src and chat service #8

Merged
merged 2 commits into from
Jan 4, 2024
Merged

Refactor src and chat service #8

merged 2 commits into from
Jan 4, 2024

Conversation

MichaelClifford
Copy link
Collaborator

In an attempt to make this repo more modular while retaining the use of some shared resources, I created a chatbot directory that contains an improved version of what was originally the only application in this repo, the gradio chat bot.

  • This new directory mimics the template used by summarizer with a model_service and ai_applications subdirectories where we store the code for serving the local llm applications as well as demo interaction apps.
  • Rewrote the repo README.md to reflect the fact that it now contains multiple (and growing) local LLM examples.
  • Created a llamacpp_utils.py file to contain the shared functions across the different examples.
  • Removed a number of files that were no longer necessary.

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.

1 participant