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

Add summarisation #2

Open
antoni-devlin opened this issue Jan 10, 2024 · 0 comments
Open

Add summarisation #2

antoni-devlin opened this issue Jan 10, 2024 · 0 comments

Comments

@antoni-devlin
Copy link
Owner

Using langchain, I should be able to prompt Ollama's openhermes (or another, faster, model?) to summarise the transcript created by Whisper.

I think these are the relevant Langchain docs.

As long as the Ollama server is running, basic prompting can be achieved by:

from langchain_community.llms import Ollama

llm = Ollama(model="llama2")
llm("<Prompt here>")
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

No branches or pull requests

1 participant