Skip to content

Commit 9003c35

Browse files
Merge branch 'main' into main
2 parents 1bf2999 + ff6d813 commit 9003c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsp/modules/lm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def inspect_history(self, n: int = 1, skip: int = 0):
4646
prompt = x["prompt"]
4747

4848
if prompt != last_prompt:
49-
if provider == "clarifai" or provider == "google" or provider == "Bedrock" or provider == "Sagemaker":
49+
if provider == "clarifai" or provider == "google" or provider == "groq" or provider == "Bedrock" or provider == "Sagemaker":
5050
printed.append((prompt, x["response"]))
5151
elif provider == "anthropic":
5252
blocks = [{"text": block.text} for block in x["response"].content if block.type == "text"]

0 commit comments

Comments
 (0)