shanurrahman

Results 46 comments of shanurrahman
trafficstars

can you tell me a version of echarts ngx-echarts and @types/echarts that works well

Thanks brother, This is what i did and it worked color: new (echarts).graphic.LinearGradient( 0, 0, 0, 1, [ { offset: 0, color: 'rgba(20,200,212,0.5)' }, { offset: 0.2, color: 'rgba(20,200,212,0.2)' },...

Hello @MikeyBeez , I assume you are executing it through 'make install'. In this scenario, llm-server operates within a Docker container, while ollama runs on localhost. To adapt to this...

@MikeyBeez additionally to answer the following "I don't know what to do to add this however. I assume connection to an llm is made in one function, but I don't...

Hey @MikeyBeez , If you don't mind, we can give you a 1-1 support on discord. Maybe even hop on a video call to figure this out together. https://discord.gg/8FUnVjGEd5 To...

lol! @evoxf1 I assigned this one to you.

You need to setup your base url in chat.js file. replace `http://localhost:8000` with your server's base url and port on which the server is running on

Thanks @neo-media you are right, sometimes the dependent services are not ready and that can cause the issue..