A playground to make something working with LLM closely.
Note: Before you get started, please create <PROJECT_DIRECTORY>/exercise/.env, and set the following 2 API keys for LangSmith(LLM evaluation) and OpenAI(Generative AI model usage).
LANGSMITH_API_KEY=...
OPENAI_API_KEY=...
HUGGINGFACE_API_KEY=...