chigkim / Ollama-MMLU-Pro

Apache License 2.0
63 stars 13 forks source link

Doesn't work with empty API keys #2

Closed ReWard0101 closed 1 month ago

ReWard0101 commented 1 month ago

When using LM Studio there is no API key, and leaving

api_key = ""

results in a Connection Error.

When I host the LLM with koboldcpp and add an API key it works.

ReWard0101 commented 1 month ago

It does work if I use a dummy api_key, like api_key = "test123"

while api_key = ""

still results in a connection error.

chigkim commented 1 month ago

Cool, please use dummy key for now.