Files
ai-agents-masterclass/madlibs/.env.example
Cole Medin 0a215eb7cd AI Mad Libs
2024-07-17 10:00:03 -05:00

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