We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61cf5fb commit b9319b7Copy full SHA for b9319b7
py/README.md
@@ -41,7 +41,7 @@ response = client.retrieval.rag(query="What is DeepSeek R1?")
41
response = client.retrieval.agent(
42
message={"role":"user", "content": "What does deepseek r1 imply? Think about market, societal implications, and more."},
43
rag_generation_config={
44
- "model"="anthropic/claude-3-7-sonnet-20250219",
+ "model": "anthropic/claude-3-7-sonnet-20250219",
45
"extended_thinking": True,
46
"thinking_budget": 4096,
47
"temperature": 1,
0 commit comments