openai-function-calling-tools icon indicating copy to clipboard operation
openai-function-calling-tools copied to clipboard

🛠 openai function calling tools for JS/TS

Results 5 openai-function-calling-tools issues
Sort by recently updated
recently updated
newest added

Can you make it work with Mixtral or LLaMA from Anyscale? https://docs.endpoints.anyscale.com/guides/function-calling

enhancement

Similar to Microsoft's TypeChat, is it possible to implement a function call based on this that works with all LLMs?

for example, a function to store contact info: const saveContact = (name, phoneNumber) => {...} in the runtime, the call should be: const saveContact = (sessionCtx, name, phoneNumber) => {...

to Docker, Cloudflare Worker can also achieve similar effects, quickly starting and stopping a script project.

This doesn't actually send a function to the AI + all the examples are outdated and incorrext.