Skip to content

Commit

Permalink
Add W&B tracing user guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ash0ts committed Oct 2, 2023
1 parent 07a55fa commit 8925205
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Welcome to GPT-ENGINEER's Documentation
readme_link
windows_readme_link
open_models.md
tracing_debugging.md


.. toctree::
Expand Down
22 changes: 22 additions & 0 deletions docs/tracing_debugging.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Tracing and Debugging with Weights and Biases
============================

## **[How to store results in Weights & Biases]()**

W&B Prompts is a suite of LLMOps tools built for the development of LLM-powered applications. Use W&B Prompts to visualize and inspect the execution flow of your LLMs, analyze the inputs and outputs of your LLMs, view the intermediate results and securely store and manage your prompts and LLM chain configurations. Read more at https://docs.wandb.ai/guides/prompts

```shell
$ export WANDB_API_KEY="YOUR-KEY"
$ export LANGCHAIN_WANDB_TRACING=true
```

Sign up for free at https://wandb.ai


Debug and trace the execution of the AI generated code to compare across different experiments with `gpt-engineer` and related prompts
![](https://drive.google.com/uc?id=10wuLwyPbH00CoESsS2Q2q6mkdrtS91jd)


Automatically capture and save terminal `stdout` to one easily accessible and shareable webpage
![](https://drive.google.com/uc?id=1gVva7ZfpwbTSBsnNvId6iq09Gw5ETOks)

0 comments on commit 8925205

Please sign in to comment.