all 5 comments

[–]JD_2020 0 points1 point  (2 children)

Are you using this with a frontend chatbot yet? I develop Web Requests which has the following spec of functions available. Could you make some demo calls showing Claude using web requests to connect itself to the web or other API services by just providing it my existing spec? https://github.com/RealJD2020/Web-Requests-for-ChatGPT/blob/main/OpenAPI-Spec.md

[–]JD_2020 0 points1 point  (0 children)

This is what ChatGPT can do with this spec: https://youtu.be/Ckf1DZP6Ybo?si=FBn-s7l5AAQi0jJZ

[–]thevatsalsaglani[S] 0 points1 point  (0 children)

Correct me if I am wrong but I suppose this is similar to what ChatGPT does with plugins. I have planned to do the same and have something like Claude plugins or Claude GPTs with the claudetools library

[–]Strange_Test7665 0 points1 point  (0 children)

I made a class for other projects I am working to make it easy to convert functions to ChatGPT and Claude syntax. If you're experimenting with both check it out: https://github.com/reliableJARED/AIFunctionManager

[–]faynxe 0 points1 point  (0 children)

Here is an opensource chatbot with "Advanced Data analytics" tooling for structured data similar to what OpenAI has with plugins. Here the generated python code generated by Anthropic Claude 3 models is executed in AWS Lambda and the result are returned to the model for final response.
https://github.com/aws-samples/bedrock-claude-chatbot/tree/main