KAG icon indicating copy to clipboard operation
KAG copied to clipboard

[Bug] [openspg-server] ERR_CONNECTION_RESET when adding model

Open Queensbarry opened this issue 11 months ago • 3 comments

Search before asking

  • [X] I had searched in the issues and found no similar issues.

Operating system information

Linux

What happened

image

How to reproduce

  1. adding new mass model
  2. show ERR_NETWORK

Are you willing to submit PR?

  • [ ] Yes I am willing to submit a PR!

Queensbarry avatar Jan 08 '25 09:01 Queensbarry

Search before asking

  • [x] I had searched in the issues and found no similar issues.

Operating system information

Linux

What happened

image

How to reproduce

  1. adding new mass model
  2. show ERR_NETWORK

Are you willing to submit PR?

  • [ ] Yes I am willing to submit a PR!

It looks like your LLM model service is not accessible in openspg-server container. You can refer to User Guide for Generative model to test accessibility of your LLM model service.

caszkgui avatar Jan 08 '25 11:01 caszkgui

Search before asking

  • [x] I had searched in the issues and found no similar issues.

Operating system information

Linux

What happened

image

How to reproduce

  1. adding new mass model
  2. show ERR_NETWORK

Are you willing to submit PR?

  • [ ] Yes I am willing to submit a PR!

It looks like your LLM model service is not accessible in openspg-server container. You can refer to User Guide for Generative model to test accessibility of your LLM model service.

But, I performed a curl operation in the openspg-server according to the document, and got the return as expected.

Queensbarry avatar Jan 08 '25 11:01 Queensbarry

Search before asking

  • [x] I had searched in the issues and found no similar issues.

Operating system information

Linux

What happened

image

How to reproduce

  1. adding new mass model
  2. show ERR_NETWORK

Are you willing to submit PR?

  • [ ] Yes I am willing to submit a PR!

It looks like your LLM model service is not accessible in openspg-server container. You can refer to User Guide for Generative model to test accessibility of your LLM model service.

But, I performed a curl operation in the openspg-server according to the document, and got the return as expected.

Is your LLM interface compatible with openai ? Currently, KAG only support LLM service which is compatible with openai interface.

caszkgui avatar Apr 18 '25 08:04 caszkgui