Skip to content

Commit

Permalink
refactor: Updated generate.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Jul 7, 2024
1 parent 3a24893 commit 6c928ce
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/libs/OpenAI/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ if [ $? -ne 0 ]; then
echo "Failed, exiting..."
exit 1
fi
oag generate openapi.yaml --namespace OpenAI -c OpenAiApi -o Generated -t net8.0
oag generate openapi.yaml \
--namespace OpenAI \
--clientClassName OpenAiApi \
--targetFramework net8.0 \
--output Generated

0 comments on commit 6c928ce

Please sign in to comment.