opentiny / tiny-engine-webservice

Tiny Engine Web Service is a RESTful API responsible for providing data services, code generation services, and code release services to the front end. It does not directly operate on the database, and data operations request interfaces from TinyEngine Data Center.
MIT License
30 stars 28 forks source link

修复:AI接口代码,添加兼容openai-api的各种大模型 #9

Closed m8989 closed 3 months ago

m8989 commented 3 months ago

添加:本地兼容openai-api的各种大模型(只测了 chatGLM6b,通义千问) 支持:openapi的代理、转发过的自定义接入网址 (注:按照前一次PR要求做了规范修改)

m8989 commented 3 months ago

已经改用egg框架的日志打印