Gradient
Gradient
allows to fine tune and get completions on LLMs with a simple web API.
This notebook goes over how to use Langchain with Gradient.
Imports
from langchain.chains import LLMChain
from langchain_community.llms import GradientLLM
from langchain_core.prompts import PromptTemplate