Skip to content

Commit

Permalink
add draft for chapter "Wrestling with Structured Output"
Browse files Browse the repository at this point in the history
  • Loading branch information
souzatharsis committed Nov 21, 2024
1 parent fc6c946 commit 2457bbc
Show file tree
Hide file tree
Showing 25 changed files with 2,435 additions and 591 deletions.
Binary file modified tamingllms/_build/.doctrees/environment.pickle
Binary file not shown.
Binary file modified tamingllms/_build/.doctrees/markdown/toc.doctree
Binary file not shown.
Binary file not shown.
Binary file modified tamingllms/_build/.doctrees/notebooks/output_size_limit.doctree
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion tamingllms/_build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: fb7008fb19a6763c1f393b638a839515
config: c5f1b8b58f4294772289f9a2c33533a0
tags: 645f666f9bcd5a90fca523b33c5a78b7
157 changes: 0 additions & 157 deletions tamingllms/_build/html/_sources/nondeterminism-NOTES.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@
"outputs": [],
"source": [
"# Load the text from sample 10K SEC filing\n",
"with open('data/apple.txt', 'r') as file:\n",
"with open('../data/apple.txt', 'r') as file:\n",
" text = file.read()"
]
},
Expand Down
Loading

0 comments on commit 2457bbc

Please sign in to comment.