Keeps thinking #108
Unanswered
ahmedjhang
asked this question in
Q&A
Replies: 1 comment
-
Following the OpenAI API interface format, does your service require an API KEY? It is usually curl "${Base URL}/chat/completions" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer ${VLM API KEY}" \
-d '{
"model": "${Model Name}",
"messages": [
{
"role": "user",
"content": "Hi"
}
]
}' |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
whether i add or remove the API key, it will just keep thinking...I'm on m1 max 64gb ram macos 15.3.1 (24D70)
Beta Was this translation helpful? Give feedback.
All reactions