Skip to content

Commit

Permalink
fix(dspy): Add additional comma btwn cloudflare and google
Browse files Browse the repository at this point in the history
  • Loading branch information
Anindyadeep committed Jun 17, 2024
1 parent 5fc1337 commit ffbc0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsp/modules/lm.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def inspect_history(self, n: int = 1, skip: int = 0):
if prompt != last_prompt:
if provider in (
"clarifai",
"cloudflare"
"cloudflare",
"google",
"groq",
"Bedrock",
Expand Down

0 comments on commit ffbc0cd

Please sign in to comment.