Skip to content

Commit

Permalink
docs: change readme documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelrince committed Mar 16, 2024
1 parent c94ac01 commit bfce6f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ Coming soon...
## 🚀 Usage

```python
from genai_impact import OpenAI
from genai_impact import Tracer
from openai import OpenAI

Tracer.init()

client = OpenAI(
api_key="<OPENAI_API_KEY>",
Expand Down

0 comments on commit bfce6f3

Please sign in to comment.