langchain/docs/modules/models/llms/integrations
Gengliang Wang 2a4b32dee2
Revise DATABRICKS_API_TOKEN as DATABRICKS_TOKEN (#5796)
<!--
Thank you for contributing to LangChain! Your PR will appear in our
release under the title you set. Please make sure it highlights your
valuable contribution.

Replace this with a description of the change, the issue it fixes (if
applicable), and relevant context. List any dependencies required for
this change.

After you're done, someone will review your PR. They may suggest
improvements. If no one reviews your PR within a few days, feel free to
@-mention the same people again, as notifications can get lost.

Finally, we'd love to show appreciation for your contribution - if you'd
like us to shout you out on Twitter, please also include your handle!
-->

In the [Databricks
integration](https://python.langchain.com/en/latest/integrations/databricks.html)
and [Databricks
LLM](https://python.langchain.com/en/latest/modules/models/llms/integrations/databricks.html),
we suggestted users to set the ENV variable `DATABRICKS_API_TOKEN`.
However, this is inconsistent with the other Databricks library. To make
it consistent, this PR changes the variable from `DATABRICKS_API_TOKEN`
to `DATABRICKS_TOKEN`

After changes, there is no more `DATABRICKS_API_TOKEN` in the doc
```
$ git grep DATABRICKS_API_TOKEN|wc -l
0

$ git grep DATABRICKS_TOKEN|wc -l
8
```
cc @hwchase17 @dev2049 @mengxr since you have reviewed the previous PRs.
2023-06-06 14:22:49 -07:00
..
ai21.ipynb updated langchain/docs/modules/models/llms/integrations/ notebooks (#3041) 2023-04-17 20:25:32 -07:00
aleph_alpha.ipynb updated langchain/docs/modules/models/llms/integrations/ notebooks (#3041) 2023-04-17 20:25:32 -07:00
anyscale.ipynb Fix a typo in langchain/docs/modules/models/llms/integrations/anyscale.ipynb (#4526) 2023-05-11 09:03:04 -07:00
aviary.ipynb Add aviary support (#5661) 2023-06-05 16:28:42 -07:00
azure_openai_example.ipynb Harrison/update azure nb (#5665) 2023-06-03 16:25:08 -07:00
banana.ipynb updated langchain/docs/modules/models/llms/integrations/ notebooks (#3041) 2023-04-17 20:25:32 -07:00
beam.ipynb docs: ecosystem/integrations update 5 (#5752) 2023-06-05 16:08:55 -07:00
bedrock.ipynb Retitles Bedrock doc to appear in correct alphabetical order in site nav (#5639) 2023-06-04 14:39:25 -07:00
cerebriumai_example.ipynb Fix broken Cerebrium link in documentation (#3554) 2023-04-26 08:11:58 -07:00
cohere.ipynb docs retriever improvements (#4430) 2023-05-17 15:29:22 -07:00
ctransformers.ipynb Add C Transformers for GGML Models (#5218) 2023-05-25 13:42:44 -07:00
databricks.ipynb Revise DATABRICKS_API_TOKEN as DATABRICKS_TOKEN (#5796) 2023-06-06 14:22:49 -07:00
deepinfra_example.ipynb Harrison/deep infra (#5403) 2023-05-29 07:10:50 -07:00
forefrontai_example.ipynb updated langchain/docs/modules/models/llms/integrations/ notebooks (#3041) 2023-04-17 20:25:32 -07:00
google_vertex_ai_palm.ipynb Harrison/vertex (#5049) 2023-05-24 15:51:12 -07:00
gooseai_example.ipynb updated langchain/docs/modules/models/llms/integrations/ notebooks (#3041) 2023-04-17 20:25:32 -07:00
gpt4all.ipynb Update GPT4ALL integration (#4567) 2023-05-18 09:38:54 -07:00
huggingface_hub.ipynb Add HuggingFace Examples (#3187) 2023-04-19 17:08:10 -07:00
huggingface_pipelines.ipynb docs: ecosystem/integrations update 5 (#5752) 2023-06-05 16:08:55 -07:00
huggingface_textgen_inference.ipynb feat: Added class to support huggingface text generation inference server (#4447) 2023-05-12 07:32:37 -07:00
jsonformer_experimental.ipynb docs: ecosystem/integrations update 5 (#5752) 2023-06-05 16:08:55 -07:00
llamacpp.ipynb Update llamacpp demonstration notebook (#5344) 2023-05-29 06:43:26 -07:00
manifest.ipynb updated langchain/docs/modules/models/llms/integrations/ notebooks (#3041) 2023-04-17 20:25:32 -07:00
modal.ipynb updated langchain/docs/modules/models/llms/integrations/ notebooks (#3041) 2023-04-17 20:25:32 -07:00
mosaicml.ipynb Add MosaicML inference endpoints (#4607) 2023-05-23 15:59:08 -07:00
nlpcloud.ipynb updated langchain/docs/modules/models/llms/integrations/ notebooks (#3041) 2023-04-17 20:25:32 -07:00
openai.ipynb Reformat openai proxy setting as code (#5330) 2023-05-29 07:02:47 -07:00
openlm.ipynb Add OpenLM LLM multi-provider (#4993) 2023-05-22 18:09:53 -07:00
petals_example.ipynb updated langchain/docs/modules/models/llms/integrations/ notebooks (#3041) 2023-04-17 20:25:32 -07:00
pipelineai_example.ipynb Add PipelineAI LLM integration (#3644) 2023-04-27 08:22:26 -07:00
predictionguard.ipynb docs: ecosystem/integrations update 5 (#5752) 2023-06-05 16:08:55 -07:00
promptlayer_openai.ipynb updated langchain/docs/modules/models/llms/integrations/ notebooks (#3041) 2023-04-17 20:25:32 -07:00
rellm_experimental.ipynb docs: ecosystem/integrations update 5 (#5752) 2023-06-05 16:08:55 -07:00
replicate.ipynb Fix Replicate llm response to handle iterator / multiple outputs (#3614) 2023-04-26 14:26:33 -07:00
runhouse.ipynb fixed the Cohere example title (#3053) 2023-04-17 21:02:52 -07:00
sagemaker.ipynb docs: ecosystem/integrations update 5 (#5752) 2023-06-05 16:08:55 -07:00
stochasticai.ipynb updated langchain/docs/modules/models/llms/integrations/ notebooks (#3041) 2023-04-17 20:25:32 -07:00
writer.ipynb updated langchain/docs/modules/models/llms/integrations/ notebooks (#3041) 2023-04-17 20:25:32 -07:00