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 /Dockerfile | |
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-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,4 +30,4 @@ COPY . /app/ RUN pip install -r interference/requirements.txt # Define the default command to run the app using Python's module mode. -CMD ["python", "-m", "interference.app"] +CMD ["python", "-m", "interference.app"]
\ No newline at end of file |