spring-projects / spring-ai

An Application Framework for AI Engineering
https://docs.spring.io/spring-ai/reference/index.html
Apache License 2.0
3.32k stars 850 forks source link

Support xinghuo(spark) LLM model #1677

Open liugddx opened 2 weeks ago

liugddx commented 2 weeks ago

The Spark Cognitive Model, developed by iFLYTEK, represents a significant leap in the field of artificial intelligence.

https://www.xfyun.cn/doc/spark/HTTP%E8%B0%83%E7%94%A8%E6%96%87%E6%A1%A3.html#_1-%E6%8E%A5%E5%8F%A3%E8%AF%B4%E6%98%8E

liugddx commented 2 weeks ago

Please assign to me. @tzolov

jsilverman26 commented 1 week ago

@liugddx It seems this model may have compatibility with the OpenAI API, so it might not need to be added separately—similar to the considerations discussed in #1712. Just a thought!

liugddx commented 1 week ago

@liugddx It seems this model may have compatibility with the OpenAI API, so it might not need to be added separately—similar to the considerations discussed in #1712. Just a thought!

Thank you for your reply. At present, xinghuo is not fully compatible with openai. Of course, I will reuse the capabilities that are already compatible with openai. If there is no compatibility, I suggest that we need to implement it separately.