Skip to content
This repository was archived by the owner on Jun 11, 2026. It is now read-only.
This repository was archived by the owner on Jun 11, 2026. It is now read-only.

Improve world prompt #9

Description

@murderteeth
  • it takes GPT a long time to generate formatted responses
  • the world prompt involves lots of text and a formatted output
  • so right now it's constrained to GPT3 because GPT4 times out
  • instead of doing it all in one prompt, use two prompts w GPT4 like this
    • full description prompt, no format
    • summary prompt, no format
    • combine into json on the api-side

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions