#Chub.ai problems

1 messages Β· Page 1 of 1 (latest)

silent monolithBOT
#

Chub.ai is sending gpt-4, which is not supported on Pawan.Krd.

Use a supported model ID instead, for example:

pkrd/cosmosrp-2.1
pkrd/cosmosrp-3.5
pkrd/cosmosrp-4.0
pkrd/cosmosrp-4.0-pro
deepseek-ai/DeepSeek-V3.1
deepseek-ai/DeepSeek-V3.2

Also, the base URL should be:

https://api.pawan.krd/v1

or the per-model URL, like:

https://api.pawan.krd/pkrd/cosmosrp-2.1/v1

Why this is happening:

  • gpt-4 does not exist = Chub is still trying to call OpenAI’s model name.
  • Empty response received = the proxy call failed after that.

What to do:

  1. Keep Reverse Proxy enabled only if Chub requires it.
  2. Set the model in Chub to one of the supported IDs above.
  3. Make sure your API key is a real Pawan key from pawan.krd/keys.
  4. If it still fails, try direct OpenAI-compatible mode with the correct model ID.

If you want, I can give you the exact Chub.ai settings to enter.

-# This is an automated response from @silent monolith. While I strive to provide accurate assistance, I may occasionally make mistakes. If you find any inaccuracies or need further clarification, feel free to wait for our community helpers to give you further guidance.