William Brach
William Brach
any updates regarding support for AZURE_OPEN_AI_API_KEY?
Hi guys, Is anyone working on trying to solve this?
@jackneil Could you please share how to do more parameter passing? Like AZURE_OPEN_AI_API_KEY and endpoint url? I am getting - ```InvalidRequestError: Resource not found```
@slundberg thanks for fix! it works. ``` deployment_id == model deployment name at https://oai.azure.com/ ```
> > @CyrusOfEden Could sglang as the executor be all that we need? > > That doesn't sound all that useful to me. > > Deploying a "compiled" dspy program...
same problem here. ``` due to unsupported operand type(s) for +=: 'int' and 'NoneType'. [dspy.teleprompt.bootstrap] filename=bootstrap.py lineno=211 ```
How should I pass `NO_MANUAL_VECTORIZATION` parameter to annoy? Should I export it as an env variable? When we want to build annoy with AVX instruction disabled should we build it...
Thanks, I will try to pass these flags as environment variables before the pip install.
@SteliosGian you suggest a workaround for this issue, to build Annoy locally and upload the built package to your GitHub repository. Then, you can run GitHub's CI/CD to deploy?
any updates?