feat: Partial support for OpenAI-compatible assistant API (#838)

This commit is contained in:
Sarah Wooders
2024-02-13 16:09:20 -08:00
committed by GitHub
parent 75fd604d7a
commit bf252b90f0
8 changed files with 944 additions and 22 deletions

View File

@@ -33,7 +33,7 @@ jobs:
PGVECTOR_TEST_DB_URL: postgresql+pg8000://memgpt:memgpt@localhost:8888/memgpt
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: |
poetry run pytest -s -vv -k "not test_storage and not test_server" tests
poetry run pytest -s -vv -k "not test_storage and not test_server and not test_openai_client" tests
- name: Run storage tests
env: