feat: add new examples from pocketflow-academy
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import os
|
||||
from openai import OpenAI
|
||||
from pathlib import Path
|
||||
|
||||
# Get the project root directory (parent of utils directory)
|
||||
ROOT_DIR = Path(__file__).parent.parent
|
||||
|
||||
# Initialize OpenAI client with API key from environment
|
||||
client = OpenAI(api_key=os.getenv("OPENAI_API_KEY"))
|
||||
Reference in New Issue
Block a user