We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 665d294 commit 84bcea6Copy full SHA for 84bcea6
.gitignore
@@ -11,4 +11,7 @@ examples/test_output
11
test.text
12
13
.venv
14
-venv
+venv
15
+
16
+.conda
17
+conda
local_notebooklm/steps/step3.py
@@ -193,8 +193,6 @@ def step3(
193
format_type: FormatType = "podcast",
194
system_prompt: str = None
195
) -> str:
196
-
197
- print(format_type)
198
try:
199
output_dir = Path(output_dir)
200
output_dir.mkdir(parents=True, exist_ok=True)
0 commit comments