summaryrefslogtreecommitdiff
path: root/cachegpt/joblib/kg_rag/utility/get_Gemini_response/func_code.py
blob: 66367d2ceba4985a1f0e9e512072852b124d919f (plain)
1
2
3
4
5
# first line: 242
@memory.cache
def get_Gemini_response(instruction, system_prompt, temperature=0.0):
    res = fetch_Gemini_response(instruction, system_prompt, temperature)
    return res