BaranziniLab / KG_RAG

Empower Large Language Models (LLM) using Knowledge Graph based Retrieval-Augmented Generation (KG-RAG) for knowledge intensive tasks
Apache License 2.0
687 stars 93 forks source link

More robust call to OpenAI. Also fix an issue with chat_deployment_id… #5

Closed namin closed 11 months ago

namin commented 11 months ago

… messing up the open_ai API type case.

karthiksoman commented 11 months ago

'Retry' module addition is a good one for api calls. Thank you for the addition. Accepting and merging the PR.