yaroslavyaroslav / OpenAI-sublime-text

First class Sublime Text AI assistant with GPT-4o and llama.cpp support!
MIT License
130 stars 11 forks source link

Add function call support #17

Open yaroslavyaroslav opened 1 year ago

yaroslavyaroslav commented 1 year ago

OpenAI added support for a functions calling. I believe in a big potential of this feature related to a sublime text, since its Python api are hittable with such text pipeline.

Anyway this would be a long term task, in addition to the lack of time in nearest future, this thing worth to take some time and effort to design it appropriately.

Related to this.