Skip to content

Commit

Permalink
Timout not needed for external services
Browse files Browse the repository at this point in the history
Co-authored-by: Emilien Fugier <[email protected]>
  • Loading branch information
d5ve and efugier committed Nov 4, 2024
1 parent 225ec07 commit f001080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ impl ApiConfig {
url: String::from("https://your-azure-endpoint.azure.com/openai/deployments/your-deployment-id/chat/completions?api-version=2024-06-01"),
default_model: Some(String::from("gpt-4o")),
version: None,
timeout_seconds: Some(180),
timeout_seconds: None,
}
}

Expand Down

0 comments on commit f001080

Please sign in to comment.