From 23079a6e13cd9ed9abe7e0b8afd1b494b5f89363 Mon Sep 17 00:00:00 2001 From: Emery Berger Date: Sun, 19 Feb 2023 20:36:58 -0500 Subject: [PATCH] Added OpenAI stuff. --- scalene/scalene-gui/index.html | 47 ++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/scalene/scalene-gui/index.html b/scalene/scalene-gui/index.html index c54620fda..0ce70d678 100644 --- a/scalene/scalene-gui/index.html +++ b/scalene/scalene-gui/index.html @@ -60,6 +60,53 @@ +
+
+ advanced options + + Proposed optimizations
+ + + +
+
+ + +
+
+ + +
+ + +
+ + Click on an explosion (💥) to see proposed optimizations for a region of code,
+ or on a lightning bolt (⚡) to propose optimizations for a specific line.
+ Click again to generate a different one.
+ Note that optimizations are AI-generated and may not be correct. +
+
+
+ +
+

Profile your Python code