Replies: 1 comment 1 reply
-
Tons of docs and examples that answer this.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In DSPy, I can use an openai-compatible endpoint like this:
lm = dspy.LM("openai/your-model-name", api_key="PROVIDER_API_KEY", api_base="YOUR_PROVIDER_URL")
Can I use it within Ax?
Beta Was this translation helpful? Give feedback.
All reactions