git clone https://github.com/YOUR-USERNAME/instructor.git cd instructor Set up Remote: git remote add upstream https://github.com/instructor-ai/instructor.git Install UV (recommended): # macOS/Linux curl -LsSf
git clone https://github.com/YOUR-USERNAME/instructor.git cd instructor Set up the development environment We use uv to manage dependencies, which provides faster package installation and dependency resolution than traditional tools. If you don't have uv installed, install it first. # Create and ...
instructor Fixed up the version (#25) Jul 8, 2024 .gitignore Initial commit Jun 22, 2024 CONTRIBUTING.md Fixed up the version (#25) Jul 8, 2024 Cargo.toml Trying to fix up deployment via Github CI (#22) Jul 8, 2024 LICENSE Initial commit Jun 22, 2024 README.md feat: add validate...
Check out ports to other languages below: - [Python](https://www.github.com/jxnl/instructor) - [Elixir](https://github.com/thmsmlr/instructor_ex/) If you want to port Instructor to another language, please reach out to us on [Twitter](https://twitter.com/jxnlco) we'd love to help...
[project.urls] repository = "https://github.com/instructor-ai/instructor" [tool.pyright] include = ["instructor"] exclude = [ "**/node_modules", "**/__pycache__", "src/experimental", "src/typestubs", "**/tests/**", ] reportMissingImports = "warning" reportMissingTypeStubs = ...
Please see https://carpentries.github.io/instructor-training/ for a rendered version of this material, the lesson template documentation for instructions on formatting, building, and submitting material. If you want to preview this lesson locally, you will need the {sandpaper} R package along ...
structured outputs for llms . Contribute to bea-sirowy/instructor development by creating an account on GitHub.
structured outputs for llms . Contribute to ash-hun/instructor development by creating an account on GitHub.
.github fix: remove coverage Apr 30, 2024 .grit Test all of our documentation. (instructor-ai#404) Feb 6, 2024 .vscode Migration to OpenAI 1.1.0 (instructor-ai#152) Nov 9, 2023 docs feat: add watsonx support (instructor-ai#620) Apr 30, 2024 examples feat: enable PyUpgrade Ruff Rule...
.github initial supp for cohere json sampling (instructor-ai#866) Jul 24, 2024 .grit Test all of our documentation. (instructor-ai#404) Feb 6, 2024 .vscode Migration to OpenAI 1.1.0 (instructor-ai#152) Nov 9, 2023 docs Corrected some typos. (instructor-ai#905) Aug 7, 2024 examples ...