Skip to content

Commit

Permalink
Correct the base url used by chatgpt plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
kieran-ohara committed Sep 18, 2023
1 parent 9bf42df commit 5ac4c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/zsh/.zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ if [ "$ZSH_ORDER" = true ] ; then
echo "zshenv"
fi

export OPENAI_API_HOST=https://chat.openai.com
export OPENAI_API_HOST=api.openai.com

0 comments on commit 5ac4c35

Please sign in to comment.