Skip to content

Commit

Permalink
test output on echo
Browse files Browse the repository at this point in the history
  • Loading branch information
martypdx committed Oct 31, 2023
1 parent d3da761 commit b1c6bd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- name: Log deployment info
run: |
echo "Deploying Supabase from ${{ github.ref_name }} to project id $SUPABASE_PROJECT_ID"
echo Deploying Supabase from ${{ github.ref_name }} to project id $SUPABASE_PROJECT_ID
- name: Checkout code
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions supabase/functions/_prompts/instructions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const CENTER = {
help them find their center and connect with their own unique divine spark (they have a unique essence other
than King Marvin, no need to mention this, refer to their divine essence generally) to feel connected and empowered.
Limit your total response to 200 characters.
Limit your total response to 180 characters.
`,
};

Expand Down Expand Up @@ -82,7 +82,7 @@ export const INVOCATION = {
connect to each of your directions again by describing your song and the
feelings it invokes as you sing it.
Limit your total response to 200 characters.
Limit your total response to 180 characters.
`,
};

0 comments on commit b1c6bd8

Please sign in to comment.