Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jpalvarezl committed Sep 3, 2024
1 parent 386fb0f commit 6a9a67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/openai/inference/src/clients/azure.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ impl AzureOpenAIClient {
chat_completions_request,
)?;
let response = self.http_client.execute_request(&request).await?;
let (status_code , headers, body) = response.deconstruct();
let (status_code, headers, body) = response.deconstruct();

println!("Status code: {:?}", status_code);
println!("Headers: {:?}", headers);
Expand Down

0 comments on commit 6a9a67b

Please sign in to comment.