-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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>")Metadata
Metadata
Assignees
Labels
No labels