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 7c97ce1 commit 66424feCopy full SHA for 66424fe
README.md
@@ -36,7 +36,7 @@ inference_client = GradientAI(
36
37
print(api_client.agents.list())
38
39
-completion = inference_client.agents.chat.completions.create(
+completion = inference_client.chat.completions.create(
40
messages=[
41
{
42
"content": "string",
0 commit comments