dustinblackman/oatmeal

groq api fails health check

Aman9das opened this issue · 1 comments

RUST_BACKTRACE=1 ./oatmeal -b openai --open-ai-url https://api.groq.com/openai --open-ai-token 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 -m mixtral-8x7b-32768

I run this in the terminal but it gives this error:
image

Thus the api is working as intended, but it's not passing the health check.. also no error in the console.
Get your own api-key at https://console.groq.com/keys

Problem: neovim doesn't work as well because the file content isn't loaded due to this error.

relevant area:

bail!("OpenAI health check failed");

Also could settings health check duration to 0 disable it?