Closed ReWard0101 closed 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.
It does work if I use a dummy api_key, like api_key = "test123"
api_key = "test123"
while api_key = ""
still results in a connection error.
Cool, please use dummy key for now.
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.