↓ 1 callersFunctionmake_interaction_request(human_question, ai_response, data, Q = L_QUESTION, A = L_ANSWER, D = L_ANSWER_DATA, INTERACTION = L_INTERACTI
src/llm_vm/agents/FLAT/agent_helper/utils.py:82
↓ 1 callersFunctiontool_api_call(self, tool, gpt_suggested_input, question, memory, facts, query="")
src/llm_vm/agents/REBEL/utils.py:168
Method__init__(self, storage=LocalEphemeral(), MIN_TRAIN_EXS = 1, MAX_TRAIN_EXS = 2000, call_small = None , call_big = None
src/llm_vm/completion/optimize.py:179
Functioncall_gpt(
state, cur_prompt: str, stop: str, max_tokens=20, quality="best", temperature=0.0
)
src/llm_vm/agents/REBEL/utils.py:77
Methodcreate_index(self, class_name, class_properties=[], distance="cosine", emb_model="text2vec-openai", mod_config=None)
src/llm_vm/vector_db.py:81