Riddles2 / llmriddles /llms /__init__.py
zjowowen's picture
init repo
4231e0d
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