Merge pull request #300 from jack-michaud/jm/oasst-api-client-handle-error

feat: handle OasstError in OasstApiClient
This commit is contained in:
Yannic Kilcher
2023-01-03 08:55:26 +01:00
committed by GitHub
7 changed files with 132 additions and 7 deletions
+2
View File
@@ -4,6 +4,8 @@ parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
# switch to backend directory
pushd "$parent_path/../../oasst-shared"
set -xe
pytest .
popd