This commit is contained in:
abc 2023-08-25 17:29:22 +01:00
parent de42b60aba
commit b953024f85
2 changed files with 2 additions and 2 deletions

View File

@ -14,4 +14,4 @@ response = g4f.ChatCompletion.create(
active_server=5,
)
print(response)
print(response)

View File

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