Christian Sonntag

Results 13 comments of Christian Sonntag

We are using 10.7.2 at the moment and the issue is still not solved. Although leaving the plugin-setting `settings.flexform.receiver.subject` empty, the mail is being sent anyways for the code only...

This problem can be solved by extending the respective TypoScript file https://github.com/in2code-de/powermail/blob/master/Configuration/TypoScript/Main/Configuration/08_Disclaimer.typoscript There should be at least the following assignments: ``` plugin.tx_powermail.settings.setup { disclaimer { ... overwrite { senderName =...

For using it with Ollama, install the python library of ollama instead of openai See https://github.com/ollama/ollama-python Then just comment out or remove lines 29 through 34 in file https://github.com/danielmiessler/fabric/blob/main/infrastructure/server/fabric_api_server.py These...

Great stuff. Looks good to me. And even better if we were to integrate another single API-Request that checks which models are even available according the restrictions of the API...

Really nice! Once the PR has been merged, I'll do the same with integrating the Ollama Python Framework. There's already been a request for the use of LocalLLMs. And I've...

Ok, will do. I'll keep you posted 👍🏻

@danielmiessler Did you have time to test the LiteLLM integration and would be willing to merge the PR? There's another feature request #101 desiring Local LLMs. I'll work on the...

I agree to the previous speaker. Their must be a setting to turn those requests off. You can leave them on by default but allow disabling them for good. In...

Issue #241 has been closed without any comments. We can assume at this point that there is no interest what so ever to implement a flag to turn of the...

Hi there, as of now the problem still exists. Is there an ETA on when this issue will be fixed?