fix: various fixes to python client and add tutorial notebooks (#1377)

This commit is contained in:
Sarah Wooders
2024-06-09 15:32:20 -07:00
committed by GitHub
parent de7de7e912
commit 51f06fdae2
26 changed files with 931 additions and 82 deletions

View File

@@ -68,7 +68,7 @@ jobs:
MEMGPT_SERVER_PASS: test_server_token
PYTHONPATH: ${{ github.workspace }}:${{ env.PYTHONPATH }}
run: |
poetry run pytest -s -vv -k "not test_quickstart and not test_endpoints and not test_storage and not test_server and not test_openai_client" tests
poetry run pytest -s -vv -k "not test_concurrent_connections.py and not test_quickstart and not test_endpoints and not test_storage and not test_server and not test_openai_client" tests
- name: Run storage tests
env: