You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/langchain/llms
tomeras91 d8734ce5ad
Add AI21 LLMs (#99)
Integrate AI21 /complete API into langchain, to allow access to Jurassic
models.
2 years ago
..
__init__.py
ai21.py Add AI21 LLMs (#99) 2 years ago
base.py model laboratory (#95) 2 years ago
cohere.py model laboratory (#95) 2 years ago
huggingface_hub.py model laboratory (#95) 2 years ago
nlpcloud.py Change NLPCloud default model (#100) 2 years ago
openai.py model laboratory (#95) 2 years ago
utils.py