summaryrefslogtreecommitdiffstats
path: root/testing/log_time.py
diff options
context:
space:
mode:
authorabc <98614666+xtekky@users.noreply.github.com>2023-09-17 23:38:55 +0200
committerabc <98614666+xtekky@users.noreply.github.com>2023-09-17 23:38:55 +0200
commita5519223110ecbda965afc3f9266c85475d70cc1 (patch)
tree6a9630319b151f401f59ffd860602bb93e4bd9bc /testing/log_time.py
parent~ | improved stability with gpt-3.5-turbo (diff)
downloadgpt4free-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--testing/log_time.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/log_time.py b/testing/log_time.py
index 7d268128..376ab86d 100644
--- a/testing/log_time.py
+++ b/testing/log_time.py
@@ -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 \ No newline at end of file