You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sending a POST request to the URL https://endpoints.getmerlin.in/chat/completions returns a 404:
Expected Behavior
Expected a 200
Steps to Reproduce the Problem
curl --location --request POST 'https://endpoints.getmerlin.in/chat/completions' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'x-merlin-key: MY-API-KEY' \
--data-raw '{ "model": "claude-2", "messages": [ { "role": "user", "content": "Who won the world series in 2020?" }, { "role": "assistant", "content": "The Los Angeles Dodgers won the World Series in 2020." }, { "role": "user", "content": "Where was it played?" } ], "temperature": 1, "top_p": 1, "n": 1, "stream": false, "max_tokens": 250, "presence_penalty": 0, "frequency_penalty": 0}'
Environment
Version: latest
Platform: MacOS latest
The text was updated successfully, but these errors were encountered:
Current Behavior
Sending a POST request to the URL
https://endpoints.getmerlin.in/chat/completions
returns a 404:Expected Behavior
Expected a 200
Steps to Reproduce the Problem
Environment
The text was updated successfully, but these errors were encountered: