langchain/libs/community/tests/unit_tests/llms
kYLe c9999557bf
community[patch]: Modify LLMs/Anyscale work with OpenAI API v1 (#14206)
<!-- Thank you for contributing to LangChain!

Replace this entire comment with:
  - **Description:** a description of the change, 
  - **Issue:** the issue # it fixes (if applicable),
  - **Dependencies:** any dependencies required for this change,
- **Tag maintainer:** for a quicker response, tag the relevant
maintainer (see below),
- **Twitter handle:** we announce bigger features on Twitter. If your PR
gets announced, and you'd like a mention, we'll gladly shout you out!

Please make sure your PR is passing linting and testing before
submitting. Run `make format`, `make lint` and `make test` to check this
locally.

See contribution guidelines for more information on how to write/run
tests, lint, etc:

https://github.com/langchain-ai/langchain/blob/master/.github/CONTRIBUTING.md

If you're adding a new integration, please include:
1. a test for the integration, preferably unit tests that do not rely on
network access,
2. an example notebook showing its use. It lives in `docs/extras`
directory.

If no one reviews your PR within a few days, please @-mention one of
@baskaryan, @eyurtsev, @hwchase17.
 -->
- **Description:** 
1. Modify LLMs/Anyscale to work with OAI v1
2. Get rid of openai_ prefixed variables in Chat_model/ChatAnyscale
3. Modify `anyscale_api_base` to `anyscale_base_url` to follow OAI name
convention (reverted)

---------

Co-authored-by: Erick Friis <erick@langchain.dev>
2024-02-09 15:11:18 -08:00
..
__init__.py
fake_chat_model.py
fake_llm.py
konko.py community[minor]: Adding Konko Completion endpoint (#15570) 2024-01-23 18:22:32 -08:00
test_ai21.py
test_aleph_alpha.py
test_anyscale.py community[patch]: Modify LLMs/Anyscale work with OpenAI API v1 (#14206) 2024-02-09 15:11:18 -08:00
test_bedrock.py community[minor]: Bedrock async methods (#12477) 2024-01-22 14:44:49 -08:00
test_callbacks.py
test_cerebriumai.py
test_databricks.py community[patch]: Support SerDe transform functions in Databricks LLM (#16752) 2024-02-08 13:09:50 -08:00
test_fireworks.py
test_forefrontai.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
test_gooseai.py
test_gradient_ai.py
test_imports.py community[minor]: Add OCI Generative AI integration (#16548) 2024-01-24 18:23:50 -08:00
test_loading.py
test_minimax.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
test_oci_generative_ai.py infra: add -p to mkdir in lint steps (#17013) 2024-02-05 11:22:06 -08:00
test_oci_model_deployment_endpoint.py community: add OCI Endpoint (#14250) 2023-12-20 11:52:20 -08:00
test_ollama.py infra: add -p to mkdir in lint steps (#17013) 2024-02-05 11:22:06 -08:00
test_openai.py community[patch]: Fix chat openai unit test (#17124) 2024-02-07 22:08:26 -05:00
test_pipelineai.py Refactor: use SecretStr for PipelineAI llms (#15120) 2023-12-26 13:00:58 -08:00
test_stochasticai.py Refactor: use SecretStr for StochasticAI llms (#15118) 2023-12-26 12:59:51 -08:00
test_symblai_nebula.py
test_together.py
test_utils.py
test_watsonxllm.py