Skip to content

Commit

Permalink
Add comment in env files
Browse files Browse the repository at this point in the history
Signed-off-by: thepetk <[email protected]>
  • Loading branch information
thepetk committed Aug 20, 2024
1 parent cf02eba commit ac45350
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/envs/audio-to-text
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# all default common env var values are defined in scripts/envs/base file
# in order to override a default common env var value and/or add a custom
# env var used only for this sample you can list it here
export APP_NAME="audio-to-text"
export APP_DISPLAY_NAME="Audio to Text Application"
export APP_DESC="Audio to Text Application example with AI enabled audio transcription"
Expand Down
3 changes: 3 additions & 0 deletions scripts/envs/chatbot
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# all default common env var values are defined in scripts/envs/base file
# in order to override a default common env var value and/or add a custom
# env var used only for this sample you can list it here
export APP_NAME="chatbot"
export APP_DISPLAY_NAME="Chatbot Application"
export APP_DESC="Chatbot Application example with LLM enabled chat applications"
Expand Down
3 changes: 3 additions & 0 deletions scripts/envs/codegen
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# all default common env var values are defined in scripts/envs/base file
# in order to override a default common env var value and/or add a custom
# env var used only for this sample you can list it here
export APP_NAME="codegen"
export APP_DISPLAY_NAME="Code Generation Application"
export APP_DESC="Code Generation Application example that generate code in countless programming languages."
Expand Down
3 changes: 3 additions & 0 deletions scripts/envs/object-detection
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# all default common env var values are defined in scripts/envs/base file
# in order to override a default common env var value and/or add a custom
# env var used only for this sample you can list it here
export APP_NAME="object-detection"
export APP_DISPLAY_NAME="Object Detection Application"
export APP_DESC="AI enabled Object Detection Application example using DEtection TRansformer(DETR) model to detect objects in an image"
Expand Down

0 comments on commit ac45350

Please sign in to comment.