Hello, how are you? I'm opening this issue (i don't know if it is a valid thing to make an issue) to report that the Chub.AI API is not working. Currently, it has a lot of models, including soji (deepseek based, uncensored, unlimited). But when i try to connect it using the custom setting, it gives out a 403 forbidden error. I assume it's due to the provider (chub) not accepting the connection, be it due to the unsecure nature of the app (rimworld), or simply my connection.
To that end, i created a simple python "tunnel" , that runs on a local connection, and redirects it to chub. Using this tunnel, i managed to get rimtalk to send data to the AI model, and the AI model to send data back to me. The python script can see responses, but the game can't. I've opened this issue to see if there is something to be made to help this compatibility.
Summary:
Chub ai does not work natively.
Attempted Solution: Redirect to a local endpoint that comunicates with chub.
Results: Partially works, as it sends informations about the game to the AI but can't display the information ingame due to it being on a wrong format.
Thank you for reading it. I'll annex the python script that i've made, maybe someone will find a use for it
rwb.py
Hello, how are you? I'm opening this issue (i don't know if it is a valid thing to make an issue) to report that the Chub.AI API is not working. Currently, it has a lot of models, including soji (deepseek based, uncensored, unlimited). But when i try to connect it using the custom setting, it gives out a 403 forbidden error. I assume it's due to the provider (chub) not accepting the connection, be it due to the unsecure nature of the app (rimworld), or simply my connection.
To that end, i created a simple python "tunnel" , that runs on a local connection, and redirects it to chub. Using this tunnel, i managed to get rimtalk to send data to the AI model, and the AI model to send data back to me. The python script can see responses, but the game can't. I've opened this issue to see if there is something to be made to help this compatibility.
Summary:
Chub ai does not work natively.
Attempted Solution: Redirect to a local endpoint that comunicates with chub.
Results: Partially works, as it sends informations about the game to the AI but can't display the information ingame due to it being on a wrong format.
Thank you for reading it. I'll annex the python script that i've made, maybe someone will find a use for it
rwb.py