We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f72bfb commit 0029616Copy full SHA for 0029616
src/llm_executor.py
@@ -16,7 +16,7 @@
16
17
console = Console()
18
19
-genai.configure(api_key="AIzaSyATRofXI_xK5Gz6TFeppSvw6Zag9xmXd4c")
+genai.configure(api_key="")
20
21
22
def getUserInput(messages):
0 commit comments