openai-function-calling-tools
openai-function-calling-tools copied to clipboard
🛠 openai function calling tools for JS/TS
Can you make it work with Mixtral or LLaMA from Anyscale? https://docs.endpoints.anyscale.com/guides/function-calling
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.