The community member posted a question asking if there is a way to get something working with a client library instead. The comments suggest that the community members are discussing using the ollama-python client library to implement the desired functionality. One community member suggests creating a custom LLM (Large Language Model) class to use the ollama client, and another mentions that this would require a pull request to use the client library instead of making HTTP requests. The comments also indicate that the community members are wondering about the differences between the two approaches.