mepwang
mepwang
试一试q8_0看看会不会好些
可以在声明dspy.Signature时,指明输出为中文,比如: `answer: str = dspy.OutputField(desc='使用中文描述答案')`
> Thank you for your comments @CShorten @thickett, it is useful for me to learn how to use tools in DSPy. I might not explain my question clearly. I want...
> @mepwang Could you give provide more details? I want to call my local function using dspy.OllamaLocal and dspy.Predict a custom llm client is required to implement tool calling. 1....
@kingzleshe have you tried setting HTTPS_PROXY environment variable? overseerr is using axois to make web api requests, which recognises the environment variables but axios do not support make https requests...
> > @kingzleshe have you tried setting HTTPS_PROXY environment variable? overseerr is using axois to make web api requests, which recognises the environment variables but axios do not support make...
I tried the following: `pip install -U numpy==1.26` it worked for me