Skip to content

Commit a292239

Browse files
committed
Update README.md
1 parent 2f570f0 commit a292239

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ import tmam
3333
tmam.init(
3434
url="http://api.tmam.ai/api/sdk/v1",
3535
public_key="pk-tmam-0edeba2a-f6f3-4efd-982c-412adbb03046",
36-
secrect_key="sk-tmam-b320dda9-e36d-4eac-8ac5-4793fd38e002",
36+
secret_key="sk-tmam-b320dda9-e36d-4eac-8ac5-4793fd38e002",
3737
)
3838

3939
# Your LLM or agent code here
4040
from openai import OpenAI
4141
# ...
42-
Once initialized, tmam will auto-instrument supported components and begin sending traces and metrics to TMAM’s backend.
42+
Once initialized, tmam will auto-instrument supported components and begin sending traces and metrics to TMAM’s backend.

0 commit comments

Comments
 (0)