Spaces:
Running
Running
oceansweep
commited on
Commit
•
b3b2a0b
1
Parent(s):
0696fea
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 = 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:
|
|
|
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:
|