Skip to content

Commit

Permalink
Merge pull request #3856 from mogith-pn/main
Browse files Browse the repository at this point in the history
Clarifai-LiteLLM update docs
  • Loading branch information
ishaan-jaff committed May 27, 2024
2 parents fa064c9 + f9f2a72 commit a6a84e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/my-website/docs/providers/clarifai.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Anthropic, OpenAI, Mistral, Llama and Gemini LLMs are Supported on Clarifai.
To obtain your Clarifai Personal access token follow this [link](https://docs.clarifai.com/clarifai-basics/authentication/personal-access-tokens/). Optionally the PAT can also be passed in `completion` function.

```python
os.environ["CALRIFAI_API_KEY"] = "YOUR_CLARIFAI_PAT" # CLARIFAI_PAT
os.environ["CLARIFAI_API_KEY"] = "YOUR_CLARIFAI_PAT" # CLARIFAI_PAT
```

## Usage
Expand Down

0 comments on commit a6a84e5

Please sign in to comment.