How to configure Embabel 0.3.0 with snowflake cortex OpenAI-compatible LLM endpoint in a Spring Boot Java project #1127
RanjanJadhav
started this conversation in
General
Replies: 1 comment
-
|
Hi @RanjanJadhav, Embabel Framework provides mechanism for users to register OpenAiCompatbile Model Providers. It can be done at the "user level", there is section in the user guide that talks about it:
Another option is to add Model Provider as an AutoConfiguration (Embabel Agent Framework can detect and bootstrap your Model Provider that way. Sample code for that would be: |
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.
-
Hi All,
I'm integrating Embabel 0.3.0 into a Java Spring Boot aaplication and want to use it as the orchestrator, with Snowflake Cortex as the LLM provider.
Snowflake Cortex exposes an OpenAI-compatible base URL and API keys/PAT.
I am specifically seeking guidance on:
Any code examples or documentation links would be greatly appretiated.
Thank You
Beta Was this translation helpful? Give feedback.
All reactions