Results 3 issues of Clarke Bishop

You are doing some very interesting work. Thanks! A couple of issues with the ReadMe Example. 1. ollama_openhermes = Ollama(model="agent"). "agent" is not a valid Ollama model. Did you mean...

Got the following message: WARNING langfuse: Langfuse was not able to parse the LLM model. The LLM call will be recorded without model name. Please create an issue so we...

sdk-python
integration-langchain

I'm new to DSPy and working through the tutorial. The docs page, https://github.com/stanfordnlp/dspy/blob/main/docs/docs/learn/programming/modules.md has: `classify = dspy.ChainOfThought('question -> answer', n=5) ` Apparently n=5 is only supported by OpenAI. I recommend...