-
Notifications
You must be signed in to change notification settings - Fork 0
Improve world prompt #9
Copy link
Copy link
Open
Description
murderteeth
opened on May 15, 2023
Issue body actions
- 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels