cescoffier / quarkus-llm-workshop

Quarkus LLM workshop
https://cescoffier.github.io/quarkus-llm-workshop/
Apache License 2.0
17 stars 11 forks source link

Add the Azure CLI commands to configure the AI service #13

Closed agoncal closed 5 months ago

agoncal commented 5 months ago

In slot 1 we need the following properties:

quarkus.langchain4j.azure-openai.api-key=${AZURE_OPENAI_API_KEY}
quarkus.langchain4j.azure-openai.resource-name=redhat-workshop-aoai
quarkus.langchain4j.azure-openai.deployment-id=gpt-35-turbo

For people doing the workshop online, they need to create their own deployment, get their own key... It would be good to have a script with the Azure CLI command in Appendix that does that.

cescoffier commented 5 months ago

@agoncal definitely!

That being said, I never did it. For the event, Microsoft provides the service for us. That was great, and it worked wonderfully well!

That being said, I would be happy to learn how to do it.

agoncal commented 5 months ago

@cescoffier you can assign this issue to me

agoncal commented 5 months ago

Closed with https://github.com/cescoffier/quarkus-llm-workshop/pull/17