Skip to content

Commit

Permalink
feat: Added support for MD_JSON for Anyscale and Together (#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetrantoni committed Apr 18, 2024
1 parent b982044 commit 0a84982
Show file tree
Hide file tree
Showing 3 changed files with 300 additions and 290 deletions.
1 change: 1 addition & 0 deletions instructor/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ def from_openai(
instructor.Mode.TOOLS,
instructor.Mode.JSON,
instructor.Mode.JSON_SCHEMA,
instructor.Mode.MD_JSON,
}

if provider in {Provider.OPENAI}:
Expand Down

0 comments on commit 0a84982

Please sign in to comment.