Aisuko

Results 75 comments of Aisuko

The coverage result for `github.com/k8sgpt-ai/k8sgpt/pkg/ai` below: ``` @Aisuko ➜ /workspaces/k8sgpt (feat/testcase) $ go test ./... -coverprofile cover.out ? github.com/k8sgpt-ai/k8sgpt [no test files] ? github.com/k8sgpt-ai/k8sgpt/cmd [no test files] ? github.com/k8sgpt-ai/k8sgpt/cmd/analyze [no...

> Thank you so much for this wonderful contribution @Aisuko however, we are not using `ginkgo` in any of our tests and our purposefully using just the standard `testing` library....

This PR was not solved `openAi.client.CreateChatCompletion` always returns an error with the test cases, maybe need further PR with a test token to solve it. ``` @Aisuko ➜ /workspaces/k8sgpt (feat/testcase)...

Hi, @AlexsJones, can we merge this one?

> It seems like these tests are being done before the improvement of the AI structures themselves which means the tests aren't yet really able to properly test anything. >...

@AlexsJones Please let me know if we can work back on this PR.

We already set NVDIA env at https://github.com/go-skynet/LocalAI/blob/3f3162e57c35605ce520a75df0bfe7ace2f73cad/Dockerfile#L95-L97 Dockerfile.

I am thinking here, Should we need to have a outline likes below: - [ ] C++ - [ ] llama.cpp series LLM, like: Qwen, chatglm) - [ ] Python...

@mudler thank you for mentioning. Here are some questions(second, and third one) may need you help https://github.com/mudler/LocalAI/pull/1180#discussion_r1382301643. Here what I am thinking is that we can use a tiny model...