Is there any plan for Rest API call from OpenAPI spec

#9
by mghafiri - opened

Hello;

The Model is working so perfectly for function calling with Pythonic method definition :)

Just wondering if the model could be fine tuned to make REST API calls from OpenAPI json definition.

I think one approach is to define Pythonic methods for API calls and use this model as it is, but just asking if there is any plan for a native Rest LLM model.

Thanks again :)

By the way I used that model for a prototype application here: https://github.com/mourad-ghafiri/OpenMindedChatbot

mghafiri changed discussion title from Is there any plan for Rest API call from OpenAI spec to Is there any plan for Rest API call from OpenAPI spec

Hi @mghafiri ,

Apologies for the late message. Thank you so much for your pointer to your application -- it looks fantastic! It is so great to see Raven being used for such cool applications!

We released a package that might be helpful for OpenAI spec that automatically converts the calls into a Raven compatible call and vice versa. Would this work for your use case? https://pypi.org/project/nexusraven/

Sign up or log in to comment