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
Michael Gokhman 5f34dffedc
fix(llms): update default AI21 model to j2, as j1 being deprecated (#2108)
the j1-* models are marked as [Legacy] in the docs and are expected to
be deprecated in 2023-06-01 according to
https://docs.ai21.com/docs/jurassic-1-models-legacy

ensured `tests/integration_tests/llms/test_ai21.py` pass.

empirically observed that `j2-jumbo-instruct` works better the
`j2-jumbo` in various simple agent chains, as also expected given the
prompt templates are mostly zero shot.

Co-authored-by: Michael Gokhman <michaelg@ai21.com>
1 year ago
..
__init__.py Add replicate take 2 (#2077) 1 year ago
ai21.py fix(llms): update default AI21 model to j2, as j1 being deprecated (#2108) 1 year ago
aleph_alpha.py add aleph alpha llm (#1207) 1 year ago
anthropic.py enable streaming in anthropic llm wrapper (#2065) 1 year ago
bananadev.py Harrison/banana fix (#1311) 1 year ago
base.py (rfc) chat models (#1424) 1 year ago
cerebriumai.py cleanup (#1274) 1 year ago
cohere.py Update types in cohere.py (#1635) 1 year ago
deepinfra.py cleanup (#1274) 1 year ago
fake.py Harrison/fake llm (#990) 1 year ago
forefrontai.py cleanup (#1274) 1 year ago
gooseai.py cleanup (#1274) 1 year ago
huggingface_endpoint.py Harrison/hf inf error (#1543) 1 year ago
huggingface_hub.py cleanup (#1274) 1 year ago
huggingface_pipeline.py cleanup (#1274) 1 year ago
loading.py Harrison/improve cache (#368) 1 year ago
manifest.py Harrison/cache (#343) 1 year ago
modal.py cleanup (#1274) 1 year ago
nlpcloud.py cleanup (#1274) 1 year ago
openai.py Harrison/add warning to openaichat (#1781) 1 year ago
petals.py cleanup (#1274) 1 year ago
promptlayer_openai.py Updating PromptLayer request in PromptLayer Models to be async in agenerate (#2058) 1 year ago
replicate.py Add replicate take 2 (#2077) 1 year ago
sagemaker_endpoint.py [Embeddings] Add SageMaker Endpoint Embedding class (#1859) 1 year ago
self_hosted.py Harrison/self hosted runhouse (#1154) 1 year ago
self_hosted_hugging_face.py Harrison/self hosted runhouse (#1154) 1 year ago
stochasticai.py cleanup (#1274) 1 year ago
utils.py Harrison/cleanup env check (#144) 2 years ago
writer.py Add Writer, Banana, Modal, StochasticAI (#1270) 1 year ago