Skip to content

Commit

Permalink
see if env value works for project id
Browse files Browse the repository at this point in the history
  • Loading branch information
martypdx committed Oct 31, 2023
1 parent b1c6bd8 commit 48685f1
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 @@ -34,4 +34,4 @@ jobs:
version: latest

- name: Deploy Functions
run: supabase functions deploy --project-ref $SUPABASE_PROJECT_ID #this may work w/o flag
run: supabase functions deploy
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 180 characters.
Limit your total response to 200 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 180 characters.
Limit your total response to 200 characters.
`,
};

0 comments on commit 48685f1

Please sign in to comment.