Kenneth Chen
Kenneth Chen
Hello, I am attempting to train the T5 model with the command below: `python3 main_allennlp.py train configs/t5_text2sql_sede.jsonnet -s experiments/name_of_experiment --include-package src` However, for some reason, I am getting the issue...
Hello! I am currently using Twilio as my method to make phone calls + streaming the voice data to my server. However, when I tried to convert Twilio's x-mulaw audio...
I'm getting a 502 bad gateway when I followed the guide. This is my request: ``` curl $OPENAI_BASE_URL/chat/completions \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $OPENAI_API_KEY" \ -d '{...
Hey, I was trying to call Llama 3.1 on the proxy, but I got a "model not supported" error. I was looking at the code and noticed that the entry...