Skip to content

Commit b9319b7

Browse files
Fix invalid syntax in README.md (#2231)
1 parent 61cf5fb commit b9319b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ response = client.retrieval.rag(query="What is DeepSeek R1?")
4141
response = client.retrieval.agent(
4242
message={"role":"user", "content": "What does deepseek r1 imply? Think about market, societal implications, and more."},
4343
rag_generation_config={
44-
"model"="anthropic/claude-3-7-sonnet-20250219",
44+
"model": "anthropic/claude-3-7-sonnet-20250219",
4545
"extended_thinking": True,
4646
"thinking_budget": 4096,
4747
"temperature": 1,

0 commit comments

Comments
 (0)