Matheus Gabriel
Matheus Gabriel
When I try to use two different models using `dspy.OpenAI`, it ends up using only the last declaration. As in the example below, even using `llama3` it ends up using...
Define `CXX` after `LLVM_CONFIG` to use `$LLVM_CONFIG --bindir` to choose the correct binary from the specified version. In my case using Fedora 40, the command for compilation using `master`: ```...
In my tests, versions of [openai](https://github.com/openai/openai-python) above `1.0.0` are working correctly, however versions below `0.28.1` are crashing with the error: ``` choices = response["choices"] ~~~~~~~~^^^^^^^^^^^ KeyError: 'choices ``` but as...