This commit is contained in:
abc 2023-09-17 22:38:55 +01:00
parent 64b1583a03
commit a551922311
7 changed files with 6 additions and 9 deletions

View file

@ -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"]

View file

@ -2,9 +2,6 @@
By using this repository or any code related to it, you agree to the [legal notice](./LEGAL_NOTICE.md). The author is not responsible for any copies, forks, reuploads made by other users, or anything else related to gpt4free. This is the author's only account and repository. To prevent impersonation or irresponsible actions, please comply with the GNU GPL license this Repository uses.
This (quite censored) New Version of gpt4free, was just released so it may contain bugs. Please open an issue or contribute a PR when encountering one.
P.S: Docker is for now not available but I would be happy if someone contributes a PR. The g4f GUI will be uploaded soon enough.
### New
- pypi package:

View file

@ -10,4 +10,4 @@ services:
ports:
- '1337:1337'
environment:
- PYTHONUNBUFFERED=1
- PYTHONUNBUFFERED=1

View file

@ -93,4 +93,4 @@ def main():
if __name__ == "__main__":
main()
main()

View file

@ -9,4 +9,4 @@ js2py
quickjs
flask
flask-cors
typing-extensions
typing-extensions

View file

@ -22,4 +22,4 @@ def log_time(method: callable, **kwargs):
secs = f"{round(time() - start, 2)} secs"
if result:
return " ".join([result, secs])
return secs
return secs

View file

@ -30,4 +30,4 @@ def create_content():
if __name__ == "__main__":
main()
main()