Skip to content

Commit 30f4024

Browse files
committed
openapi: fixed path of the specification
1 parent 946ac03 commit 30f4024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/openapi_generator.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
CUR_PATH=`dirname ${BASH_SOURCE[0]}`
44

55
openapi-generator generate \
6-
-i $CUR_PATH/../.well-known/openapi.yaml \
6+
-i $CUR_PATH/../resources/dev-openai/.well-known/openapi.yaml \
77
-g julia-server \
88
-o $CUR_PATH/../src/generated \
99
--additional-properties=packageName=GptPluginServer \

0 commit comments

Comments
 (0)