mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Add Vercel AI Gateway API key docs link to docs
This commit is contained in:
parent
9783a8aa7c
commit
7ef52882b7
1 changed files with 2 additions and 2 deletions
|
|
@ -232,7 +232,7 @@ response = completion(
|
|||
from litellm import completion
|
||||
import os
|
||||
|
||||
## set ENV variables.
|
||||
## set ENV variables. Visit https://vercel.com/docs/ai-gateway#using-the-ai-gateway-with-an-api-key for insturctions on obtaining a key
|
||||
os.environ["VERCEL_AI_GATEWAY_API_KEY"] = "your-vercel-api-key"
|
||||
|
||||
response = completion(
|
||||
|
|
@ -469,7 +469,7 @@ response = completion(
|
|||
from litellm import completion
|
||||
import os
|
||||
|
||||
## set ENV variables. V
|
||||
## set ENV variables. Visit https://vercel.com/docs/ai-gateway#using-the-ai-gateway-with-an-api-key for insturctions on obtaining a key
|
||||
os.environ["VERCEL_AI_GATEWAY_API_KEY"] = "your-vercel-api-key"
|
||||
|
||||
response = completion(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue