Replies: 3 comments 1 reply
-
|
Tons of docs and examples that answer this. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Came to ask same question. Seems I can't use vercel ai gateway, which is absolute deal-breaker :( |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I did simple PR, maybe it'll help? #423 |
Beta Was this translation helpful? Give feedback.
0 replies
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