Skip to content

Commit

Permalink
fix: change openai token to hf token
Browse files Browse the repository at this point in the history
  • Loading branch information
hommayushi3 committed Aug 9, 2024
1 parent ad01020 commit 8c1b6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"env": env_vars,
"url": VLLM_HF_IMAGE_URL,
},
token=os.getenv("OPENAI_API_TOKEN"),
token=os.getenv("HF_TOKEN"),
)

print("Go to https://ui.endpoints.huggingface.co/{endpoint.namespace}/endpoints/{endpoint.name} to see the endpoint status.")

0 comments on commit 8c1b6f0

Please sign in to comment.