mirror of
https://github.com/coleam00/ai-agents-masterclass.git
synced 2026-01-19 21:40:32 +00:00
20 lines
788 B
Plaintext
20 lines
788 B
Plaintext
# Rename this file to .env once you have filled in the below environment variables!
|
|
|
|
# Get your Open AI API Key by following these instructions -
|
|
https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key
|
|
OPENAI_API_KEY=
|
|
|
|
# See all Open AI models you can use here -
|
|
# https://platform.openai.com/docs/models
|
|
# A good default to go with here is gpt-4o
|
|
OPENAI_MODEL=
|
|
|
|
# Get your personal Asana access token through the developer console in Asana.
|
|
# Feel free to follow these instructions -
|
|
# https://developers.asana.com/docs/personal-access-token
|
|
ASANA_ACCESS_TOKEN=
|
|
|
|
# The Asana project ID is in the URL when you visit a project in the Asana UI.
|
|
# If your URL is https://app.asana.com/0/123456789/1212121212, then your
|
|
# Asana project ID is 123456789
|
|
ASANA_PROJECT_ID= |