We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb0cec commit 2d59bcbCopy full SHA for 2d59bcb
scripts/dspy_operator.py
@@ -48,6 +48,8 @@ def run(
48
api_key=settings.azure_openai_api_key,
49
api_base=settings.azure_openai_endpoint,
50
api_version=settings.azure_openai_api_version,
51
+ temperature=0.0,
52
+ max_tokens=1000,
53
)
54
dspy.configure(lm=lm)
55
0 commit comments