You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As illustrated here, text completion and text embedding are important for many scenes. Currently LLamaSharp prefer to chat mode but it's more convenient to integrate with unity and other libraries such as semantic-kernel. Though StatelessExecutor has a similar support, we should consider if there's a better design for text-completion and text-embedding APIs.
I'll try to work on this issue and welcome to add your suggestion/proposal here. :)