Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
samshapley authored Sep 1, 2023
1 parent d0fb160 commit 8354ff0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ To run OrchestrAI, you'll need:
- OpenAI Python library
- networkx
- PyYAML

- wandb
- matplotlib

Expand Down Expand Up @@ -214,6 +215,8 @@ The modularity of OrchestrAI makes it easy to add new AI capabilities as needed

## Logging with Weights and Biases

![Screenshot 2023-09-01 at 12 23 50](https://github.com/samshapley/OrchestrAI/assets/93387313/682f1edc-19fb-48c4-b4fe-e1b76cd9f8cc)

By default, interactions are logged using `log_action' during the process to a file created at the start of the agent. This file is then renamed and moved to the logs folder at the termination of the agent. This allows you to see the full history of the agent's interactions.

However, we can leverage the power of Wandb Prompts (https://docs.wandb.ai/guides/prompts?_gl=1)
Expand Down

0 comments on commit 8354ff0

Please sign in to comment.