Skip to content

Commit

Permalink
Merge pull request #551 from twilio-labs/dkundel/hotfix-ai-assistants
Browse files Browse the repository at this point in the history
fix(ai-assistants-samples): remove unnecessary env variables
  • Loading branch information
cmsunu28 authored Aug 12, 2024
2 parents 8d88d7c + 46a24ca commit d125868
Show file tree
Hide file tree
Showing 2 changed files with 848 additions and 101 deletions.
23 changes: 6 additions & 17 deletions ai-assistants-samples/.env.example
Original file line number Diff line number Diff line change
@@ -1,46 +1,35 @@
# description: SID of your Twilio Account or Subaccount
# format: sid
# link: https://www.twilio.com/console
# required: true
ACCOUNT_SID=

# description: Auth Token of your Twilio Account or Subaacount
# format: text
# link: https://www.twilio.com/console
# required: true
AUTH_TOKEN=

# description: The ID of your AI Assistant (starts with ai_asst_)
# format: text
# required: true
# required: false
# configurable: false
ASSISTANT_SID=

# description: API key for Google Maps service
# format: text
# required: true
# required: false
# configurable: false
GOOGLE_MAPS_API_KEY=

# description: API key for OpenAI used in Internet Search tool
# format: secret
# required: false
# configurable: false
OPENAI_API_KEY=

# description: API key for Exa used in Internet Search tool
# format: text
# required: true
# required: false
# configurable: false
EXA_API_KEY=

# description: Flex Workflow SID used for Flex Handoffs
# format: text
# required: true
# required: false
# configurable: false
FLEX_WORKFLOW_SID=

# description: Flex Workspace SID used for Flex Handoffs
# format: text
# required: true
# required: false
# configurable: false
FLEX_WORKSPACE_SID=
Loading

0 comments on commit d125868

Please sign in to comment.