We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d7ccae commit 5fe37f5Copy full SHA for 5fe37f5
1 file changed
README.md
@@ -35,14 +35,14 @@ let config = client::Config::builder()
35
.routing_mode(client::RoutingMode::WRR)
36
.model(
37
client::ModelConfig::builder()
38
- .id("gpt-3.5-turbo")
+ .name("gpt-3.5-turbo")
39
.weight(2)
40
.build()
41
.unwrap(),
42
)
43
44
45
- .id("gpt-4")
+ .name("gpt-4")
46
.weight(1)
47
48
0 commit comments