This commit is contained in:
maamalama 2024-07-08 14:37:47 -07:00
parent 6495f646ca
commit d7cb6a1fad

View file

@ -108,8 +108,6 @@ class HeliconeLogger:
# Code to be executed # Code to be executed
url = "https://api.hconeai.com/oai/v1/log" url = "https://api.hconeai.com/oai/v1/log"
if model.startswith("command"):
url = "https://api.hconeai.com/custom/v1/log"
headers = { headers = {
"Authorization": f"Bearer {self.key}", "Authorization": f"Bearer {self.key}",
"Content-Type": "application/json", "Content-Type": "application/json",