dspy icon indicating copy to clipboard operation
dspy copied to clipboard

DSPy: The framework for programming—not prompting—language models

Results 691 dspy issues
Sort by recently updated
recently updated
newest added

Adding support for AWS Bedrock and potentially AWS sagemaker.

Haven't looked into why, but GPT-4 calls seem to hang sometimes, causing the program to fail after a long wait.

The main readme states that you should be able to use OpenAI > 1 in conjunction with DSPy but there's dirct access to `.errors` which no longer exists: ``` )...

### Summary **tldr;** These changes add a convenience import for the `OllamaLocal` import introduced in https://github.com/stanfordnlp/dspy/pull/262 consistent with what's done for GPT-3.5, et al. I also added a minimal test...

This PR points to Cohere's existing generation models (previously defined models are out of date). It also tweak the behavior in `predict.py` that required the llm provider to have a...

Hey, When I try the [Getting Started Notebook](https://github.com/stanfordnlp/dspy/blob/main/intro.ipynb) with Ollama, the first time I run one of the examples it works fine. But the next time it's maybe cached and...

Hi, is there a way to use trained Adapters?, i have trained an adapter model and servind it via [lorax](https://github.com/predibase/lorax). I would like to know is there any default support...

Adding the `loguru` package so we can easily incorporate logging culture into this package with this very useful library.

dependencies

Adding automatic docs generation from the new branch (when docs are changed) so we can validate the new documentation before merging the PR. Warning ⚠️: This requires setting up the...

documentation
dependencies

- adding semantic release action - adding semantic release configuration (to automatically bump up the version based on the commits in the repo and their label) - adding python package...

enhancement