mirror of
https://github.com/Hopiu/llm.git
synced 2026-04-28 08:54:46 +00:00
Upgrade condense-json
Refs https://github.com/simonw/llm/issues/1003#issuecomment-2873322525 Refs https://github.com/simonw/condense-json/issues/5
This commit is contained in:
parent
a50de8b57a
commit
1efb14f294
2 changed files with 1 additions and 4 deletions
|
|
@ -708,9 +708,6 @@ class _BaseResponse:
|
|||
replacements[f"r:{response_id}"] = response_text
|
||||
json_data = self.json()
|
||||
|
||||
# Temporary workraound TODO remove this
|
||||
json_data = {}
|
||||
|
||||
response = {
|
||||
"id": response_id,
|
||||
"model": self.model.model_id,
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ classifiers = [
|
|||
|
||||
dependencies = [
|
||||
"click",
|
||||
"condense-json>=0.1.2",
|
||||
"condense-json>=0.1.3",
|
||||
"openai>=1.55.3",
|
||||
"click-default-group>=1.2.3",
|
||||
"sqlite-utils>=3.37",
|
||||
|
|
|
|||
Loading…
Reference in a new issue