Open
Conversation
- Rename client import from Dottxt to DotTxt - Replace model_name + model_revision with single model identifier - Replace client.json() with client.generate(input=, response_format=) - Add AsyncDottxt class wrapping AsyncDotTxt client - Single from_dottxt dispatching on client type (DotTxt vs AsyncDotTxt) - Add explicit ValueError when model identifier is missing - Export AsyncDottxt, add to AsyncBlackBoxModel
- Update client import to DotTxt/AsyncDotTxt - Replace list_models() with models.list() and model.id - Replace model_name + model_revision fixtures with single model_name - Add async model fixtures and async test coverage - Add missing model validation tests - Fix test for wrong inference parameters to use model with identifier set
- Rewrite dottxt.md to reflect new SDK: single model param, async support, inference arguments, and API key request link - Add Dottxt to API Support row in README - Add API key request link at the top of the README - Add Dottxt API and schema audit call-to-action sections to docs homepage
|
📚 Documentation preview: https://dottxt-ai.github.io/outlines/pr-preview/pr-1845/ Preview updates automatically with each commit. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
.txt is about to annnounce a new version of its API. This PR aims at updating the
Dottxtmodel to use the updateddottxtsdk. The tests and documentation are also updated, with added links to the .txt website for users to request access.