This repository was archived by the owner on Jan 28, 2026. It is now read-only.
Update README for session argument#1652
Draft
ticklecatisback wants to merge 2 commits intoreworkd:mainfrom
Draft
Update README for session argument#1652ticklecatisback wants to merge 2 commits intoreworkd:mainfrom
ticklecatisback wants to merge 2 commits intoreworkd:mainfrom
Conversation
Update the code to use the `ollama` library for various functionalities and add installation instructions. * **Code Changes:** - Replace `LLMChain` and `openai` imports with `ollama` in multiple files. - Update methods to use `ollama.Client` for chat and streaming responses. - Modify `summarize`, `summarize_with_sources`, and `summarize_sid` functions to use `ollama.Client`. * **New File:** - Add `platform/setup.py` for setuptools configuration. * **README Update:** - Add instructions for installing the package using pip. - Provide examples for using the package in code. - Include instructions for adding `ollama` as a dependency and using it in Docker. - Update Python version to 3.10 and provide instructions for using it.
|
@ticklecatisback is attempting to deploy a commit to the reworkd Team on Vercel. A member of the Team first needs to authorize it. |
updated thr code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update the code to use the
ollamalibrary for various functionalities and add installation instructions.Code Changes:
LLMChainandopenaiimports withollamain multiple files.ollama.Clientfor chat and streaming responses.summarize,summarize_with_sources, andsummarize_sidfunctions to useollama.Client.New File:
platform/setup.pyfor setuptools configuration.README Update:
ollamaas a dependency and using it in Docker.