மனோஜ்குமார் பழனிச்சாமி
மனோஜ்குமார் பழனிச்சாமி
Directly set [AZURE_AD_TOKEN](https://docs.litellm.ai/docs/providers/azure#api-keys-params) in your env
Relevant SO: [connect sock.connect(self.unix_socket) FileNotFoundError: [Errno 2] No such file or directory](https://stackoverflow.com/questions/61186983/airflow-dockeroperator-connect-sock-connectself-unix-socket-filenotfounderror)
Didn't test yet. How about testing it in GitHub Action itself?
Run this to check whether LLM is working properly. ```python import tomllib as toml from litellm import completion from datetime import datetime file_path=r'config.toml' config = toml.load(open(file_path,'rb')) messages = [{ "content":...
Need full traceback
@spoonbobo, Could you please provide the logs?
> just added They did on Feb 10 itself (2 months over) https://github.com/microsoft/onnxruntime/issues/17842#issuecomment-1936484800
FYI, the OS in #879 is Mac.
https://forums.docker.com/t/connection-refused-on-host-docker-internal/136925/6
Does this mean that it can't process other members' audio? ``` def on_played_data(data): # Process the received data print(f"Received {len(data)} bytes of audio") calls.on_played_data = on_played_data ``` nothing prints. Ref:...