[PR #10] [MERGED] the "credits_max" property is not mandatory #10

Closed
opened 2026-02-16 00:20:19 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llamaindex.net/pull/10
Author: @adamsitnik
Created: 8/5/2025
Status: Merged
Merged: 9/22/2025
Merged by: @logan-markewich

Base: mainHead: creditsMaxIsNotMandatory


📝 Commits (1)

  • 16ba4af the "credits_max" property is not mandatory

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 src/LlamaParse/LlamaParseApiClient.cs (+1 -1)

📄 Description

I am using the free LlamaCloud account and when using the library I've been getting KeyNotFoundException. The following change checks if "credits_max" is present, if not is uses -1.

cc @logan-markewich @Javtor


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/llamaindex.net/pull/10 **Author:** [@adamsitnik](https://github.com/adamsitnik) **Created:** 8/5/2025 **Status:** ✅ Merged **Merged:** 9/22/2025 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `creditsMaxIsNotMandatory` --- ### 📝 Commits (1) - [`16ba4af`](https://github.com/run-llama/llamaindex.net/commit/16ba4af6e2c4ddd004a01d07967aa3982772ccc5) the "credits_max" property is not mandatory ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/LlamaParse/LlamaParseApiClient.cs` (+1 -1) </details> ### 📄 Description I am using the free LlamaCloud account and when using the library I've been getting `KeyNotFoundException`. The following change checks if "credits_max" is present, if not is uses `-1`. cc @logan-markewich @Javtor --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 00:20:19 -05:00
yindo closed this issue 2026-02-16 00:20:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llamaindex.net#10