Replies: 1 comment
-
🤖 Hey @med-dak, good to see you back! Running into new adventures, I see. Based on the error message you provided, it seems like you're encountering a There are a couple of similar issues that have been resolved in the LlamaIndex repository:
Regarding the As for the If you're still encountering the error, it would be helpful if you could provide more details about the context in which the error occurs. For example, what are the values of Sources
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried using promptLayer, following the documentation :
, but I encountered this error:
While logging your request PromptLayer had the following error: maximum recursion depth exceeded while calling a Python object
When I use the code from the promptLayer documentation, it works. Furthermore, when I change the placement of this line :
set_global_handler("promptlayer", pl_tags=["paul graham", "essay"])
, I no longer get an error, but I don't find anything in the promptLayer dashboard.Beta Was this translation helpful? Give feedback.
All reactions