zjowowen
feature(zjow): add chatglm api support (#13)
844b93e unverified
raw
history blame contribute delete
No virus
154 Bytes
from .base import register_llm, get_llm_fn
from .chatgpt import ask_chatgpt
from .chatglm import ask_chatglm
from .mistral import ask_mistral_7b_instruct