#[βœ… Solved] I'm having trouble getting started with the bots.

1 messages Β· Page 1 of 1 (latest)

merry shard
#

I followed the step-by-step instructions: I created the account on the website, created the key, and entered it into the bot; however, the message it generates is always the same message from the step-by-step instructions

pure oracleBOT
# merry shard I followed the step-by-step instructions: I created the account on the website, ...

This usually means the bot is still sending the example prompt instead of a live API request.

Check these first:

  • Use the real API key from https://pawan.krd/keys
  • Make sure the model URL is the full chat completions endpoint, not just the base URL
  • Remove any placeholder text, backticks, emojis, or extra spaces
  • Refresh/restart the bot or chat after saving settings
  • Try a new chat/session

If you’re using a supported model, a safe test is:
https://api.pawan.krd/pkrd/cosmosrp-2.1/v1/chat/completions

If it still sends the same canned message, the bot config is likely wrong.

-# This is an automated response from @pure oracle. 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.

merry shard
#

I found the problem! I hadn't yet linked my Discord account to the website. Thank you.

pure oracleBOT
#

[βœ… Solved] I'm having trouble getting started with the bots.