oceansweep commited on
Commit
0696fea
·
verified ·
1 Parent(s): 9264dc7

Update App_Function_Libraries/LLM_API_Calls.py

Browse files
App_Function_Libraries/LLM_API_Calls.py CHANGED
@@ -737,7 +737,7 @@ def chat_with_huggingface(api_key, input_data, custom_prompt_arg, system_prompt=
737
  }
738
 
739
  # Setup model
740
- huggingface_model = loaded_config_data['models']['huggingface']
741
 
742
  API_URL = f"https://api-inference.huggingface.co/models/{huggingface_model}/v1/chat/completions"
743
  if temp is None:
 
737
  }
738
 
739
  # Setup model
740
+ huggingface_model = meta-llama/Llama-3.1-70B-Instruct
741
 
742
  API_URL = f"https://api-inference.huggingface.co/models/{huggingface_model}/v1/chat/completions"
743
  if temp is None: