diff options
author | Heiner Lohaus <heiner@lohaus.eu> | 2023-10-07 09:02:48 +0200 |
---|---|---|
committer | Heiner Lohaus <heiner@lohaus.eu> | 2023-10-07 09:02:48 +0200 |
commit | 4fa6e9c0f597c07d2acf10732fe2aeda270c6ca6 (patch) | |
tree | 78c7dbfda4469a074434583bb1fe1dee36cc7e18 /etc/testing | |
parent | Add GPTalk and GptForLove Provider (diff) | |
download | gpt4free-4fa6e9c0f597c07d2acf10732fe2aeda270c6ca6.tar gpt4free-4fa6e9c0f597c07d2acf10732fe2aeda270c6ca6.tar.gz gpt4free-4fa6e9c0f597c07d2acf10732fe2aeda270c6ca6.tar.bz2 gpt4free-4fa6e9c0f597c07d2acf10732fe2aeda270c6ca6.tar.lz gpt4free-4fa6e9c0f597c07d2acf10732fe2aeda270c6ca6.tar.xz gpt4free-4fa6e9c0f597c07d2acf10732fe2aeda270c6ca6.tar.zst gpt4free-4fa6e9c0f597c07d2acf10732fe2aeda270c6ca6.zip |
Diffstat (limited to '')
-rw-r--r-- | etc/testing/test_async.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/testing/test_async.py b/etc/testing/test_async.py index 76b109b1..2c15f6b0 100644 --- a/etc/testing/test_async.py +++ b/etc/testing/test_async.py @@ -3,6 +3,7 @@ from pathlib import Path import asyncio sys.path.append(str(Path(__file__).parent.parent)) +sys.path.append(str(Path(__file__).parent.parent.parent)) import g4f from testing.test_providers import get_providers |