Skip to content

Commit 7394294

Browse files
remove prints
1 parent f075f80 commit 7394294

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

guidance/models/_openai.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ def _generator(self, prompt, temperature):
214214

215215
# Check if the result is already in the cache
216216
if cache_key in self.cache:
217-
print("cache hit")
218217
for chunk in self.cache[cache_key]:
219218
yield chunk
220219
return

0 commit comments

Comments
 (0)