feat: Partial support for OpenAI-compatible assistant API (#838)
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user