Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkurtz-MSFT committed Jun 4, 2024
1 parent 973bfe0 commit dd07146
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aoai.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ def send_loadbalancer_request(num_of_requests: int):

try:
# Instantiate the LoadBalancer class and create a new https client with the load balancer as the injected transport.
lb = LoadBalancer(Config.backends)
lb = LoadBalancer(config.backends)

client = AzureOpenAI(
Expand Down

0 comments on commit dd07146

Please sign in to comment.