[Bug] [openspg-server] ERR_CONNECTION_RESET when adding model
Search before asking
- [X] I had searched in the issues and found no similar issues.
Operating system information
Linux
What happened
How to reproduce
- adding new mass model
- show ERR_NETWORK
Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
Search before asking
- [x] I had searched in the issues and found no similar issues.
Operating system information
Linux
What happened
How to reproduce
- adding new mass model
- 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.
Search before asking
- [x] I had searched in the issues and found no similar issues.
Operating system information
Linux
What happened
How to reproduce
- adding new mass model
- 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.
Search before asking
- [x] I had searched in the issues and found no similar issues.
Operating system information
Linux
What happened
How to reproduce
- adding new mass model
- 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.
