PlexPt / chatgpt-java

ChatGPT Java SDK。支持 GPT-4o、 GPT4 API。开箱即用。An unofficial Java SDK for seamless integration with ChatGPT's GPT-3.5 and GPT-4 APIs. Ready-to-use, simple setup, and efficient for building AI-powered applications.
https://chat.plexpt.com/
GNU General Public License v3.0
3.6k stars 706 forks source link

Spring AI #276

Open renliao opened 6 months ago

renliao commented 6 months ago

有没有大佬讲一下,这个项目和Spring AI是在做一个事情吗?Spring AI用起来很方便

AZCodingAccount commented 6 months ago

是的,本质都是封装一下调用OpenAI的接口,但是就是Spring AI需要jdk17+boot3的支持。

PlexPt commented 4 months ago

Spring AI 是整合多个AI模型 更注重统一 本项目则专注openai

如果只需要openai接口, 接入本项目即可

如果需要多个大模型再考虑