HuggingfaceEndpoint

#78
by alpcansoydas - opened

llm = HuggingFaceEndpoint(
repo_id="mistralai/Mistral-7B-Instruct-v0.3",
task="text-generation",
max_new_tokens=128,
temperature=0.7,
do_sample=False,
)

Can I use mistral llm from huggingfaceEndpoint free? Is it okay for commercial use without using huggingface spaces?

Sign up or log in to comment