groq api fails health check
Aman9das opened this issue · 1 comments
Aman9das commented
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:
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:
oatmeal/src/infrastructure/backends/openai.rs
Line 121 in 012ef3c
Aman9das commented
Also could settings health check duration to 0 disable it?