Štěpán Műller
Štěpán Műller
### 🚀 The feature Train a model on a vocabulary that subsumes all of the similar European languages (German, French, Portuguese, Spanish, Czech, Polish, etc.) These languages only differ in...
The training argument in the call method of the Ranking class is unused. It is confusing to leave it there as it has no effect. The Retrieval task also does...
### Issue you'd like to raise. Playground does not work with base64 encoded images. When I press start, I get the following error with OpenAI's gpt-4-turbo multimodal model: ``` 400...
Using Claude lm with the new experimental setting (new_generate) causes the following error: ``` TypeError: Messages.create() got an unexpected keyword argument 'stop' ```
There are deprecation warnings ([here ](https://github.com/stanfordnlp/dspy/blob/afa654f805d0b93eb56035ecdfa2e6eb5c477d66/dspy/evaluate/evaluate.py#L56 )and [here](https://github.com/stanfordnlp/dspy/blob/afa654f805d0b93eb56035ecdfa2e6eb5c477d66/dspy/teleprompt/copro_optimizer.py#L78)) saying that the user should use `dspy,set_log_level`, which does not exist.