niuyazhe
feature(nyz): add naive Mistral-7B-Instruct-v0.1 demo
d2f4f1c
raw
history blame
No virus
121 Bytes
from .base import register_llm, get_llm_fn
from .chatgpt import ask_chatgpt
from .mistral import ask_mistral_7b_instruct