summaryrefslogtreecommitdiff
path: root/cachegpt/joblib/kg_rag/utility/get_GPT_response/func_code.py
blob: 20a5bd92ec5d5416f0bb8b472efa70bc202fb0c6 (plain)
1
2
3
4
5
# first line: 222
@memory.cache
def get_GPT_response(instruction, system_prompt, chat_model_id, chat_deployment_id, temperature=0):
    res = fetch_GPT_response(instruction, system_prompt, chat_model_id, chat_deployment_id, temperature)
    return res