We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f570f0 commit a292239Copy full SHA for a292239
1 file changed
README.md
@@ -33,10 +33,10 @@ import tmam
33
tmam.init(
34
url="http://api.tmam.ai/api/sdk/v1",
35
public_key="pk-tmam-0edeba2a-f6f3-4efd-982c-412adbb03046",
36
- secrect_key="sk-tmam-b320dda9-e36d-4eac-8ac5-4793fd38e002",
+ secret_key="sk-tmam-b320dda9-e36d-4eac-8ac5-4793fd38e002",
37
)
38
39
# Your LLM or agent code here
40
from openai import OpenAI
41
# ...
42
-Once initialized, tmam will auto-instrument supported components and begin sending traces and metrics to TMAM’s backend.
+Once initialized, tmam will auto-instrument supported components and begin sending traces and metrics to TMAM’s backend.
0 commit comments