alibaba / spring-ai-alibaba

An Application Framework for Java Developers
https://sca.aliyun.com/ai
Apache License 2.0
463 stars 133 forks source link

When using spring-ai-openai at the same time, an auto-injection error is reported because the project relies on spring-ai-spring-boot-autoconfigure #60

Open harmonyzhang opened 1 month ago

harmonyzhang commented 1 month ago
org.springframework.ai spring-ai-openai

Can you provide a programmatic dependency based on openai?

yuluo-yx commented 1 month ago

If you want to use the functions of openai, you can directly use

<dependency>
    <groupId>org.springframework.ai</groupId>
    <artifactId>spring-ai-openai-spring-boot-starter</artifactId>
</dependency>

pls see: https://docs.spring.io/spring-ai/reference/api/chat/openai-chat.html