mirror of
https://github.com/coleam00/ai-agents-masterclass.git
synced 2025-11-29 00:23:14 +00:00
20 lines
845 B
Plaintext
20 lines
845 B
Plaintext
# Rename this file to .env once you have filled in the below environment variables!
|
|
|
|
# Get your GROQ API Key here -
|
|
# https://console.groq.com/keys
|
|
GROQ_API_KEY=
|
|
|
|
# Use a GROQ model ID for a model that is good at function calling
|
|
LLM_MODEL=llama3-groq-70b-8192-tool-use-preview
|
|
|
|
# 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 workspace ID is in the URL when you visit your Asana Admin Console (when logged in).
|
|
# Go to the URL "https://app.asana.com/admin" and then your workspace ID
|
|
# will appear in the URL as a slew of digits once the site loads.
|
|
# If your URL is https://app.asana.com/admin/987654321/insights, then your
|
|
# Asana workspace ID is 987654321
|
|
ASANA_WORKPLACE_ID= |