Skip to content

Commit

Permalink
fix manual docs to use localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
chitalian committed Jan 5, 2025
1 parent 1cb3954 commit 0cbe842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/self-host/manual.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ You are done!
export OPENAI_API_KEY="sk-"
export HELICONE_API_KEY="sk-helicone-aizk36y-5yue2my-qmy5tza-n7x3aqa"
curl --request POST \
--url http://127.0.0.1:8787/v1/chat/completions \
--url http://localhost:8787/v1/chat/completions \
--header "Authorization: Bearer $OPENAI_API_KEY" \
--header "Helicone-Auth: Bearer $HELICONE_API_KEY" \
--header 'Content-Type: application/json' \
Expand Down

0 comments on commit 0cbe842

Please sign in to comment.