langchain/libs
Nawaf Alharbi decd77c515
community: fix an issue with deepinfra integration (#28715)
Thank you for contributing to LangChain!

- [x] **PR title**: langchain: add URL parameter to ChatDeepInfra class

- [x] **PR message**: add URL parameter to ChatDeepInfra class
- **Description:** This PR introduces a url parameter to the
ChatDeepInfra class in LangChain, allowing users to specify a custom
URL. Previously, the URL for the DeepInfra API was hardcoded to
"https://stage.api.deepinfra.com/v1/openai/chat/completions", which
caused issues when the staging endpoint was not functional. The _url
method was updated to return the value from the url parameter, enabling
greater flexibility and addressing the problem. out!

---------

Co-authored-by: Erick Friis <erick@langchain.dev>
2024-12-14 02:15:29 +00:00
..
cli cli: warning on app add (#28619) 2024-12-09 06:07:14 +00:00
community community: fix an issue with deepinfra integration (#28715) 2024-12-14 02:15:29 +00:00
core core[patch]: throw exception indexing code if deletion fails in vectorstore (#28103) 2024-12-13 16:14:27 -05:00
experimental
langchain langchain: fixed weaviate (v4) vectorstore import for self-query retriever (#28675) 2024-12-11 15:53:41 -08:00
partners partners: add 'model' alias for consistency in embedding classes (#28374) 2024-12-13 22:30:00 +00:00
standard-tests standard-tests: release 0.3.7 (#28637) 2024-12-09 15:12:18 -05:00
text-splitters text-splitters: add pydocstyle linting (#28127) 2024-12-09 06:01:03 +00:00
packages.yml docs: more useful vercel warnings (#28699) 2024-12-13 03:07:24 +00:00