neuralmesh / microservergen

Serves as the template to enable llms in any gihub project
GNU General Public License v3.0
0 stars 0 forks source link

reverse engineer openai #5

Open m-c-frank opened 9 months ago

m-c-frank commented 9 months ago

reverse engineer the python library and just replace the calls with langchain interfaces to any model lol

github-actions[bot] commented 9 months ago

A good solution would be to use Langchain's model abstraction layer to replace the calls to the OpenAI Python library. This will allow for easier integration and maintenance of the codebase.