You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
firstly, it seems the payload that is sent to openai is not fully propagated. I'm not sure if its because of modules or something else.
The actual payload that is send for example is
Generate a fully-detailed and RICH TTRPG entry for "undefined" from within "undefined" on the following subject: "test". Expand on "undefined" in granular detail and introduce new subjects within the context of "undefined". Here is more context on "test" below:
CONTEXT
---
"123123"
---
ADDITIONAL CONSIDERATIONS:
123123
---
ADHERE TO THE FOLLOWING JSON TEMPLATE:
'{
"precedent_subjects": "<Comprehensive Comma-Separated List of Existing Subjects with Precedent EXCLUSIVELY related to test>",
"new_subjects": "<Comprehensive Comma-Separated List of Newly Generated, UNPRECEDENTED DISTINCT Subjects EXCLUSIVELY related to test, using PROPER NOUNS>",
"subject_expansion": "array detailing each identified precedent_subject and new_subject, ONLY IF RELATED TO test, in an effort to provide RICH content.",
"output": {"tagName":"div","children":[{"tagName":"p","children":[{"type":"text","content":"[Provide, with context to the original content, a brief introduction to the subject, including its basic definition, nature, and overall significance or relevance in the context it is being addressed.]"}]},{"tagName":"h2","children":[{"type":"text","content":"General Description"}]},{"tagName":"p","children":[{"type":"text","content":"[Offer, with context to the original content, a general description of the subject, focusing on its key characteristics, features, or aspects. This section should lay the foundation for understanding the subject's uniqueness and importance.]"}]}]}"
}'
Emulate and adhere to the formatting and writing style of the CONTEXT provided. All new content must be DIRECTLY related to "test."
you might notice there are 2 undefined in the query. I'm not sure where this comes from.
v0.3.2 with foundry 11.315
2 thing. I'm getting some erros (not your issue btw) like
In the completions response im getting more details:
{
"error": {
"message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.",
"type": "insufficient_quota",
"param": null,
"code": "insufficient_quota"
}
}
Would it be possible to just show the message in one of the error messages that pop up ?
Finding it in the dev-tools is not really convenient.
3 Things,
firstly, it seems the payload that is sent to openai is not fully propagated. I'm not sure if its because of modules or something else.
The actual payload that is send for example is
you might notice there are 2
undefined
in the query. I'm not sure where this comes from.v0.3.2 with foundry 11.315
2 thing. I'm getting some erros (not your issue btw) like
In the completions response im getting more details:
Would it be possible to just show the message in one of the error messages that pop up ?
Finding it in the dev-tools is not really convenient.
Last minor fix:
change the urls to reflect the repo properly in https://github.com/Daxiongmao87/legend-lore-foundry/blob/main/module.json
From foundry its giving me 404 - because I guess you renamed/moved it.
Cheers
The text was updated successfully, but these errors were encountered: