pull/912/head
abc 9 months ago
parent 64b1583a03
commit a551922311

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

@ -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:

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

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

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

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

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

Loading…
Cancel
Save