Simon Willison 2025-05-13 09:55:01 -07:00
parent a50de8b57a
commit 1efb14f294
2 changed files with 1 additions and 4 deletions

View file

@ -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,

View file

@ -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",