diff options
author | abc <98614666+xtekky@users.noreply.github.com> | 2023-09-17 23:38:55 +0200 |
---|---|---|
committer | abc <98614666+xtekky@users.noreply.github.com> | 2023-09-17 23:38:55 +0200 |
commit | a5519223110ecbda965afc3f9266c85475d70cc1 (patch) | |
tree | 6a9630319b151f401f59ffd860602bb93e4bd9bc /docker-compose.yml | |
parent | ~ | improved stability with gpt-3.5-turbo (diff) | |
download | gpt4free-a5519223110ecbda965afc3f9266c85475d70cc1.tar gpt4free-a5519223110ecbda965afc3f9266c85475d70cc1.tar.gz gpt4free-a5519223110ecbda965afc3f9266c85475d70cc1.tar.bz2 gpt4free-a5519223110ecbda965afc3f9266c85475d70cc1.tar.lz gpt4free-a5519223110ecbda965afc3f9266c85475d70cc1.tar.xz gpt4free-a5519223110ecbda965afc3f9266c85475d70cc1.tar.zst gpt4free-a5519223110ecbda965afc3f9266c85475d70cc1.zip |
Diffstat (limited to '')
-rw-r--r-- | docker-compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 9d357e46..b044ed81 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,4 +10,4 @@ services: ports: - '1337:1337' environment: - - PYTHONUNBUFFERED=1 + - PYTHONUNBUFFERED=1
\ No newline at end of file |