feat: initial solution for task 2 - structured output with Pydantic and LangChain

This commit is contained in:
2026-05-08 15:57:33 +03:00
commit 6cd179333a
4 changed files with 185 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
OPENAI_API_KEY=your-api-key-here
OPENAI_BASE_URL=https://api.openai.com/v1
OPENAI_MODEL=gpt-4o-mini