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
Elijah Tarr e0f468f6c1
Update model token mappings/cost to include 0613 models (#6122)
Add `gpt-3.5-turbo-16k` to model token mappings, as per the following
new OpenAI blog post:
https://openai.com/blog/function-calling-and-other-api-updates

Fixes #6118 


Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
12 months ago
..
__init__.py Fix class promotion (#6187) 12 months ago
ai21.py support kwargs (#5990) 12 months ago
aleph_alpha.py Fix LLM types so that they can be loaded from config dicts (#6235) 12 months ago
anthropic.py Fix the issue where ANTHROPIC_API_URL set in environment is not takin… (#6400) 12 months ago
anyscale.py Fixed a link typo /-/route -> /-/routes. and change endpoint format (#6186) 12 months ago
aviary.py support kwargs (#5990) 12 months ago
bananadev.py Fix LLM types so that they can be loaded from config dicts (#6235) 12 months ago
base.py Make lckwargs private (#6344) 12 months ago
baseten.py support kwargs (#5990) 12 months ago
beam.py support kwargs (#5990) 12 months ago
bedrock.py support kwargs (#5990) 12 months ago
cerebriumai.py support kwargs (#5990) 12 months ago
cohere.py support kwargs (#5990) 12 months ago
ctransformers.py support kwargs (#5990) 12 months ago
databricks.py support kwargs (#5990) 12 months ago
deepinfra.py support kwargs (#5990) 12 months ago
fake.py support kwargs (#5990) 12 months ago
forefrontai.py support kwargs (#5990) 12 months ago
google_palm.py support kwargs (#5990) 12 months ago
gooseai.py support kwargs (#5990) 12 months ago
gpt4all.py support kwargs (#5990) 12 months ago
huggingface_endpoint.py support kwargs (#5990) 12 months ago
huggingface_hub.py support kwargs (#5990) 12 months ago
huggingface_pipeline.py support kwargs (#5990) 12 months ago
huggingface_text_gen_inference.py Add async support for HuggingFaceTextGenInference (#6507) 12 months ago
human.py support kwargs (#5990) 12 months ago
llamacpp.py Fix LLM types so that they can be loaded from config dicts (#6235) 12 months ago
loading.py Harrison/improve cache (#368) 1 year ago
manifest.py support kwargs (#5990) 12 months ago
modal.py support kwargs (#5990) 12 months ago
mosaicml.py Fix LLM types so that they can be loaded from config dicts (#6235) 12 months ago
nlpcloud.py support kwargs (#5990) 12 months ago
openai.py Update model token mappings/cost to include 0613 models (#6122) 12 months ago
openlm.py Add OpenLM LLM multi-provider (#4993) 1 year ago
petals.py support kwargs (#5990) 12 months ago
pipelineai.py support kwargs (#5990) 12 months ago
predictionguard.py support kwargs (#5990) 12 months ago
promptlayer_openai.py support kwargs (#5990) 12 months ago
replicate.py fix: llm caching for replicate (#6396) 12 months ago
rwkv.py Fix LLM types so that they can be loaded from config dicts (#6235) 12 months ago
sagemaker_endpoint.py support kwargs (#5990) 12 months ago
self_hosted.py support kwargs (#5990) 12 months ago
self_hosted_hugging_face.py support kwargs (#5990) 12 months ago
stochasticai.py support kwargs (#5990) 12 months ago
textgen.py Add oobabooga/text-generation-webui support as a llm (#5997) 12 months ago
utils.py Harrison/cleanup env check (#144) 2 years ago
vertexai.py Be able to use Codey models on Vertex AI (#6354) 12 months ago
writer.py support kwargs (#5990) 12 months ago