transitive-bullshit / agentic

AI agent stdlib that works with any LLM and TypeScript AI SDK.
https://agentic.so
MIT License
16.22k stars 2.12k forks source link

feat: support open ai message array #559

Closed toxic-johann closed 3 months ago

toxic-johann commented 1 year ago

Modify the sendMessage to allow open ai message array

chipcop106 commented 1 year ago

Please, we need this feature

maitrongnhan99 commented 1 year ago

Why no one check this pull requests, I facing the same issues and really need this feature to live

nightwalker89 commented 1 year ago

Which case need message array?

toxic-johann commented 1 year ago

Which case need message array?

Such as multiple system message https://github.com/transitive-bullshit/chatgpt-api/pull/551

gtn1024 commented 1 year ago

Need this feature. Is it possible to be merged to mainline? @transitive-bullshit

capybarahero commented 1 year ago

It'd be great to have this merged, @transitive-bullshit

And thanks for the amazing work! 🚀

JasonLiuLiuLiuLiu commented 1 year ago

I also need this feature for a translation application and I am looking forward to its implementation.

JasonLiuLiuLiuLiu commented 1 year ago

Hi guys, has any responded to this yet?

transitive-bullshit commented 3 months ago

This project is undergoing a major revamp; closing out old PRs as part of the prep process. Sorry!

This was a good change and much-needed, but the chatgpt package is pretty outdated at this point. I recommend that you use the openai package or the openai-fetch package.