mirror of
https://github.com/coleam00/ai-agents-masterclass.git
synced 2026-01-19 21:40:32 +00:00
11 lines
470 B
Plaintext
11 lines
470 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
|
|
# You only need this environment variable set if you set LLM_MODEL to a GPT model
|
|
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
|
|
LLM_MODEL=gpt-4o |