Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
souzatharsis committed Dec 24, 2024
1 parent d1498ca commit 07f6240
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ Please [open an issue](https://github.com/souzatharsis/tamingLLMs/issues) with y
*Publication Date: February 2, 2025*
### *A Practical Guide to LLM Pitfalls with Open Source Software*

Abstract: *The current discourse around Large Language Models (LLMs) tends to focus heavily on their capabilities while glossing over fundamental challenges. Conversely, this book takes a critical look at the key limitations and implementation pitfalls that engineers and technical leaders encounter when building LLM-powered applications. Through practical Python examples and proven open source solutions, it provides an introductory yet comprehensive guide for navigating these challenges. The focus is on concrete problems with reproducible code examples and battle-tested open source tools.

By understanding these pitfalls upfront, readers will be better equipped to build products that harness the power of LLMs while sidestepping their inherent limitations.*
Abstract: **The current discourse around Large Language Models (LLMs) tends to focus heavily on their capabilities while glossing over fundamental challenges. Conversely, this book takes a critical look at the key limitations and implementation pitfalls that engineers and technical leaders encounter when building LLM-powered applications. Through practical Python examples and proven open source solutions, it provides an introductory yet comprehensive guide for navigating these challenges. The focus is on concrete problems with reproducible code examples and battle-tested open source tools. By understanding these pitfalls upfront, readers will be better equipped to build products that harness the power of LLMs while sidestepping their inherent limitations.**

| Chapter | Website | Notebook | Status |
|-------------------------------------------|--------------|---------------|----------------------|
Expand Down
Binary file modified tamingllms/_build/.doctrees/environment.pickle
Binary file not shown.
5 changes: 2 additions & 3 deletions tamingllms/_build/html/_static/cover.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,9 @@
<div
style={{
position: "absolute",
bottom: "80px",
bottom: "50px",
right: "40px",
fontSize: "24px",
fontWeight: "bold",
fontSize: "16px",
color: "#1C1C1C",
textAlign: "right", // optional, if you have multiple lines
}}
Expand Down
2 changes: 1 addition & 1 deletion tamingllms/_build/jupyter_execute/markdown/intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "1d9b8756",
"id": "b5247b8d",
"metadata": {},
"source": [
"(intro)=\n",
Expand Down
5 changes: 2 additions & 3 deletions tamingllms/_static/cover.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,9 @@
<div
style={{
position: "absolute",
bottom: "80px",
bottom: "50px",
right: "40px",
fontSize: "24px",
fontWeight: "bold",
fontSize: "16px",
color: "#1C1C1C",
textAlign: "right", // optional, if you have multiple lines
}}
Expand Down

0 comments on commit 07f6240

Please sign in to comment.