sampler/chat_completion_sampler.py [58:63]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        trial = 0
        while True:
            try:
                response = self.client.chat.completions.create(
                    model=self.model,
                    messages=message_list,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



sampler/o_chat_completion_sampler.py [46:51]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        trial = 0
        while True:
            try:
                response = self.client.chat.completions.create(
                    model=self.model,
                    messages=message_list,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



