Skip to content

Commit 66424fe

Browse files
Update README.md
1 parent 7c97ce1 commit 66424fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ inference_client = GradientAI(
3636

3737
print(api_client.agents.list())
3838

39-
completion = inference_client.agents.chat.completions.create(
39+
completion = inference_client.chat.completions.create(
4040
messages=[
4141
{
4242
"content": "string",

0 commit comments

Comments
 (0)