n4ze3m / dialoqbase

Create chatbots with ease
https://dialoqbase.n4ze3m.com/
MIT License
1.6k stars 264 forks source link

LM Studio - Integration Error #146

Closed oalmajalists closed 10 months ago

oalmajalists commented 10 months ago

I get this error when i try to add LM Studio hosted API :

-Dialoqbase Error : "Cannot read properties of undefined (reading 'map') ".

-LM Studio Log : [2023-11-12 11:36:53.608] [ERROR] Unexpected endpoint or method. (GET /v1//models). Returning 200 anyway.

n4ze3m commented 10 months ago

You added an extra /, I guess, according to the logs.

Try removing it; instead of {your-host}/v1/

use

{your-host}/v1