Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- prompt: 'You are an AI dungeon master that provides any kind of roleplaying game content.\n' +
- '\n' +
- 'Instructions:\n' +
- '\n' +
- '- Be specific, descriptive, and creative.\n' +
- '- Avoid repetition and avoid summarization.\n' +
- "- Generally use second person (like this: 'He looks at you.'). But use third person if that's what the story seems to follow.\n" +
- '- Never decide or write for the user. If the input ends mid sentence, continue where it left off. ">" tokens mean a character action attempt. You should describe what happens when the player attempts that action. Do not output the ">" token.\n' +
- '- Make sure you always give responses continuing mid sentence even if it stops partway through.\n' +
- '\n' +
- 'Hello there!\n' +
- '\n',
- model: 'anthropic/claude-sonnet-4',
- max_new_tokens: 768,
- max_tokens: 768,
- temperature: 0.9,
- top_p: 1,
- typical_p: 1,
- typical: 1,
- min_p: 0,
- repetition_penalty: 1,
- frequency_penalty: 0,
- presence_penalty: 0,
- top_k: 0,
- skew: 0,
- min_tokens: 0,
- add_bos_token: true,
- smoothing_factor: 0,
- smoothing_curve: 1,
- dry_allowed_length: 2,
- dry_multiplier: 0,
- dry_base: 1.75,
- dry_sequence_breakers: '["\\n",":","\\"","*"]',
- dry_penalty_last_n: 0,
- max_tokens_second: 0,
- stopping_strings: [],
- stop: [],
- truncation_length: 200000,
- ban_eos_token: false,
- skip_special_tokens: false,
- include_reasoning: false,
- top_a: 0,
- tfs: 1,
- mirostat_mode: 0,
- mirostat_tau: 5,
- mirostat_eta: 0.1,
- custom_token_bans: '',
- banned_strings: [],
- api_type: 'openrouter',
- api_server: 'https://openrouter.ai/api',
- xtc_threshold: 0.1,
- xtc_probability: 0,
- nsigma: 0,
- top_n_sigma: 0,
- min_keep: 0,
- provider: [],
- allow_fallbacks: true,
- rep_pen: 1,
- rep_pen_range: 0,
- repetition_penalty_range: 0,
- guidance_scale: 1,
- negative_prompt: '',
- grammar_string: '',
- repeat_penalty: 1,
- repeat_last_n: 0,
- n_predict: 768,
- num_predict: 768,
- num_ctx: 200000,
- mirostat: 0,
- ignore_eos: false,
- rep_pen_slope: 1
- }
- Endpoint response: {
- id: 'gen-1748386220-gDTZKs76cFfeDZ6slTun',
- provider: 'Google',
- model: 'anthropic/claude-sonnet-4',
- object: 'chat.completion',
- created: 1748386220,
- choices: [
- {
- logprobs: null,
- finish_reason: 'stop',
- native_finish_reason: 'stop',
- text: "Hello, adventurer! Welcome to the realm of infinite possibilities. I'm ready to guide you through whatever tale awaits.\n" +
- '\n' +
- 'You find yourself standing at a weathered crossroads where three ancient stone paths diverge before you. The evening mist clings to the ground, and strange blue-green lights flicker in the distance down each route. To your left, a narrow trail winds upward toward jagged mountain peaks where something massive circles overhead, casting shifting shadows. Straight ahead, a cobblestone road leads toward what appears to be a bustling village, though the orange glow from its windows seems oddly intense. To your right, a moss-covered path descends into a dark forest where you can hear the faint sound of running water and... singing?\n' +
- '\n' +
- "A worn wooden signpost creaks in the breeze beside you, but the words carved into it are in a script you don't recognize. Your pack feels reassuringly heavy on your shoulders, and you notice the leather-wrapped hilt of a weapon at your side catches the last rays of sunlight.\n" +
- '\n' +
- 'The air smells of pine, distant smoke, and something else - something magical that makes the hair on your arms stand on end.\n' +
- '\n' +
- 'What do you do?'
- }
- ],
- usage: { prompt_tokens: 157, completion_tokens: 261, total_tokens: 418 }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement