Commit Graph

625 Commits

Author SHA1 Message Date
Francis Beeson 70334887d6 feat: update pricing of models, and include 1106 and 0125 models. (#425) 2024-02-17 09:28:19 -05:00
Jason Liu 953066f6c8 fix: remove kwargs 2024-02-16 14:49:07 -05:00
shiftbug 784a870503 Update ollama.md (#438)
Co-authored-by: Jason Liu <jxnl@users.noreply.github.com>
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2024-02-16 14:03:11 -05:00
Jason Liu b4531ba533 fix: add ada-2-v2 types 2024-02-16 13:41:48 -05:00
Francis Beeson 4181d9e0b4 Include new model names in _alias.py (#426)
Co-authored-by: Jason Liu <jxnl@users.noreply.github.com>
2024-02-16 11:53:21 -05:00
Jason Liu 2143805508 feat(instructor/patch.py): change default mode from FUNCTIONS to TOOLS (#436) 2024-02-16 11:50:34 -05:00
Jason Liu e579144171 Revert "chore: Include types to instructor.patch" (#437) 2024-02-15 14:21:06 -05:00
Jason Liu 4f8f2c0d76 doc(blog): update wandb course 2024-02-14 21:01:27 -05:00
Ezzeri Esa f0d7889021 chore: Include types to instructor.patch (#422) 2024-02-14 17:37:31 -05:00
Jason Liu fdc1fc2bb9 doc(patching): update patching docs 2024-02-13 18:02:27 -05:00
Jason Liu dc4e908106 doc(patching): improve documentation 2024-02-13 18:02:16 -05:00
teome 6d72c7885c fix: json modes - don't add json schema again in system message (#435) 2024-02-13 14:58:28 -05:00
Jason Liu 504c15374e chore: remove duplicated link 2024-02-12 19:29:37 -05:00
Jason Liu a4f36bece1 chore: fix links and add wandb course 2024-02-12 19:29:17 -05:00
Jason Liu acc4d68749 chore(blog): add provider links 2024-02-12 19:27:05 -05:00
Jason Liu 2683d5a553 chore: update profile image 2024-02-12 19:25:27 -05:00
Jason Liu 1ddb147fc5 feat(blog): Add new post on llama-cpp-python and instructor library usage (#434) 2024-02-12 17:02:35 -05:00
Jason Liu f346cfaecd Update README.md 2024-02-12 16:47:09 -05:00
Jason Liu d5f3d2af24 fix: issue with poetry run mkdocs 2024-02-12 12:46:45 -05:00
Jason Liu 943a253de1 bump 2024-02-12 11:49:34 -05:00
Jason Liu 905652b12c fix: mkdocs deploy end of line 2024-02-12 09:52:35 -05:00
Jason Liu 2a215cd6d8 fix(validation): increase max_retries from 1 to 2 (#433) 2024-02-12 09:51:42 -05:00
Jason Liu 56e69d4378 docs(patching): introduce new patching methods and modes, update documentation (#431) 2024-02-12 09:43:41 -05:00
Ryan Halliday 2cabb7636a docs: Sync requirements-doc.txt with Poetry dev group till mkdocs works (#428)
Co-authored-by: Jason Liu <jason@jxnl.co>
Co-authored-by: Jason Liu <jxnl@users.noreply.github.com>
2024-02-12 09:29:51 -05:00
Ryan Halliday adf7c5f41e docs: small formatting fixes (#427) 2024-02-11 21:08:03 -05:00
Jason Liu 155b1a1441 chore: delete wandb directory 2024-02-09 18:48:41 -05:00
Jason Liu 3a02cc6b6a docs(documentation): update reference link, add new file, modify mkdocs.yml (#424) 2024-02-09 18:48:11 -05:00
Jason Liu f41b8e4948 fix(parallel): enhance error handling in get_types_array and add test case (#423) 2024-02-09 17:59:42 -05:00
Jason Liu 4ca1eda83a fix(github-actions): modify triggering conditions for workflows (#420) 2024-02-08 20:26:14 -05:00
Ezzeri Esa 25f8214286 chore: include types to instructor.dsl (#419) 2024-02-08 20:13:37 -05:00
Ashank Tomar 805161b70f feat(Instructor): integrate with SQLModel, provide documentation and example (#418)
Co-authored-by: Jason Liu <jxnl@users.noreply.github.com>
2024-02-08 20:07:06 -05:00
Jason Liu 780e7a6fac update url 2024-02-08 16:43:44 -05:00
Jason Liu 727deeb158 add ollama 2024-02-08 16:33:12 -05:00
Jason Liu 571603cbfb feat: Pros Cons Example. 2024-02-08 16:16:59 -05:00
Ezzeri Esa d6326824ab chore: Include types to instructor.distil and tests (#396) 2024-02-08 14:52:10 -05:00
Jason Liu f65ba6b407 fix: test for multitask 2024-02-07 10:53:01 -05:00
Jason Liu ca14042225 bump version 2024-02-07 09:47:45 -05:00
Jason Liu 4d52ddb046 udpate tests to support iterable base properly 2024-02-07 09:47:19 -05:00
Jason Liu f9389c18d3 fix: Adding tests to make sure non-stream iterables work (#413) 2024-02-07 09:46:56 -05:00
Pratham Soni 482143f4c3 Update __init__.py to include handling models and remove unpatch in _… (#409) 2024-02-06 17:56:06 -05:00
Jason Liu 5c3ff25a2e ... (#411) 2024-02-06 17:31:44 -05:00
Jason Liu ff5e547ffd update everything 2024-02-06 17:27:52 -05:00
Jason Liu b6997eace9 bump mktests 2024-02-06 12:25:43 -05:00
Lakshya Agarwal 3639aa6121 fix: Fixed links in image to add copy (#367) 2024-02-05 20:48:20 -05:00
Jason Liu b8df2becde Update Documentation 2024-02-05 20:40:50 -05:00
Jason Liu d47637cefa clean up docs 2024-02-05 20:22:41 -05:00
Hongnan Gao 14ecf49370 CICD: Add set -e -o pipefail to ruff and mypy. (#399) 2024-02-05 18:37:03 -05:00
Jason Liu 07524a4c65 bump docs 2024-02-05 16:51:48 -05:00
Jason Liu dcb84b1301 Test all of our documentation. (#404)
Co-authored-by: grit-app[bot] <grit-app[bot]@users.noreply.github.com>
2024-02-05 16:42:57 -05:00
Jason Liu edc22b8b8c lint documentation (#403) 2024-02-05 12:24:34 -05:00