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/libs
Hassan El Mghari d6ef5fe86a
together: add chat models, use openai base (#21337)
**Description:** Adding chat completions to the Together AI package,
which is our most popular API. Also staying backwards compatible with
the old API so folks can continue to use the completions API as well.
Also moved the embedding API to use the OpenAI library to standardize it
further.

**Twitter handle:** @nutlope

- [x] **Add tests and docs**: If you're adding a new integration, please
include
- [x] **Lint and test**: Run `make format`, `make lint` and `make test`
from the root of the package(s) you've modified. See contribution
guidelines for more: https://python.langchain.com/docs/contributing/

If no one reviews your PR within a few days, please @-mention one of
baskaryan, efriis, eyurtsev, hwchase17.

---------

Co-authored-by: Erick Friis <erick@langchain.dev>
5 months ago
..
cli Adds confirmation logs after creating a new project (#12618) 5 months ago
community community[patch]: chat message history mypy fixes #17048 (#20114) 5 months ago
core core: release 0.1.52 (#21350) 5 months ago
experimental Add the extract types to diffbot graph transformer (#21315) 5 months ago
langchain fix: core: Include in json output also fields set outside the constructor (#21342) 5 months ago
partners together: add chat models, use openai base (#21337) 5 months ago
standard-tests (standard tests): add test for basic conversation sequence (#21213) 5 months ago
text-splitters text-splitters[patch]: fix MarkdownHeaderTextSplitter fails to parse headers with non-printable characters (#20645) 5 months ago