Replies: 2 comments 2 replies
|
This example spring boot project uses ollama https://github.com/eclipse-lmos/arc-spring-init |
0 replies
|
Yes, you can configure multiple models https://github.com/eclipse-lmos/arc-spring-init/blob/main/config/application.yml#L14 And then reference the client/model id in your agent https://github.com/eclipse-lmos/arc-spring-init/blob/main/agents/assistant.agent.kts#L8 and finally you need to add the library https://github.com/eclipse-lmos/arc-spring-init/blob/main/build.gradle.kts#L57 |
2 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,
I am going through the Getting Started Tutorial. I have to setup OpenAI keys. It is mentioned that the lmos-runtime and the demo agents use OpenAI as LLM backend.
How can I use a local model e.g. with ollama ?
Thank you in advance.
All reactions