-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed 500 and 401 errors reporting missing API Key (#66)
* Editted 500 and 401 errors to their correct meaning before these resposne status codes were reporting that the API key was invalid or missing, these are actually server side or auth issues * Editted 500 and 401 errors to their correct meaning before these resposne status codes were reporting that the API key was invalid or missing, these are actually server side or auth issues * Removed a modified file from pull request * resolved mypy type suggestions errors * changed to version 0.2.10 --------- Co-authored-by: Carson Lam <[email protected]>
- Loading branch information
Showing
2 changed files
with
15 additions
and
19 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api" | |
|
||
[tool.poetry] | ||
name = "together" | ||
version = "0.2.9" | ||
version = "0.2.10" | ||
authors = [ | ||
"Together AI <[email protected]>" | ||
] | ||
|
This file contains 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