diff --git a/lesson-02-prompts-and-llms.py b/lesson-02-prompts-and-llms.py index a2a796c..ebd47c4 100644 --- a/lesson-02-prompts-and-llms.py +++ b/lesson-02-prompts-and-llms.py @@ -1,7 +1,7 @@ # Prompts and LLMs import os -os.environ["OPENAI_API_KEY"] = "..." +os.environ["HUGGINGFACEHUB_API_TOKEN"] = "..." from langchain.llms import OpenAI