-
**Describe the bug**
Nested stqdm loops fail
**To Reproduce**
stqdm_bug.py:
```python
import streamlit as st
from functools import partial
from stqdm import stqdm
from time import sl…
-
Are there any examples that support local multimodal large models? Including data format, model loading method
-
Hey
I have a question about using OpenAI models through a developer platform.
With dspy , I can pass the developer platform endpoint ( base_url="https://llm.prod.xxx.com"), which looks something l…
-
https://ollama.com/ is a way to run llama locally. It serves models at a local url.
I'd like to use it in dspy_nodes but maybe some modifications would be needed
i'd be happy to make a pull reques…
-
This is an opinion, but it would be great if the different signatures had links back to source code.
E.g. https://dspy-docs.vercel.app/deep-dive/modules/react/ should link back to https://github.co…
-
I run the official code example in `intro.ipynb`:
```python
import dspy
lm = dspy.LM(model='openai/default', api_key=" ", api_base=" ",temperature=0.9, max_tokens=3000,)
colbertv2_wiki17_abstrac…
-
### Which component is this feature for?
All Packages
### 🔖 Feature description
Instrument [DSPy](https://github.com/stanfordnlp/dspy) framework
### 🎤 Why is this feature needed ?
-
### ✌️ How d…
nirga updated
1 month ago
-
dspy version: 2.5.16
fastapi version: 0.115.3
os: ubuntu 24.04
python version: 3.12.3
LLM provider: deepseek
my application is a web post api in which make request to llm,.
when application wa…
-
I've been trying to use DSPy in different contexts where I see fit, but I've been unsuccessful in obtaining any good results. I have a very long prompt for a classification task that needs to describe…
-
I've tried the following methods without success
```python
import dspy
print(dspy.__version__)
```
and
```python
import importlib.metadata
importlib.metadata.version('dspy')
```