Skip to content

Commit a9247ad

Browse files
authored
nit: fix typo (langfuse#769)
1 parent d8ae23f commit a9247ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cookbook/integration_litellm_proxy.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
"source": [
177177
"## Trace nested LLM Calls via Langfuse OpenAI Wrapper and `@observe` decorator\n",
178178
"\n",
179-
"Via the Langfuse `@observe()` decorator we can automatically capture execution details fo any python function such as inputs, outputs, timings, and more. The decorator simplifies achieving in-depth observability in your applications with minimal code, especially when non-LLM calls are involved for knowledge retrieval (RAG) or api calls (agents).\n",
179+
"Via the Langfuse `@observe()` decorator we can automatically capture execution details of any python function such as inputs, outputs, timings, and more. The decorator simplifies achieving in-depth observability in your applications with minimal code, especially when non-LLM calls are involved for knowledge retrieval (RAG) or api calls (agents).\n",
180180
"\n",
181181
"For more details on how to utilize this decorator and customize your tracing, refer to our [documentation](https://langfuse.com/docs/sdk/python/decorators).\n",
182182
"\n",

pages/docs/integrations/litellm/example-proxy-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Public trace links for the following examples:
112112

113113
## Trace nested LLM Calls via Langfuse OpenAI Wrapper and `@observe` decorator
114114

115-
Via the Langfuse `@observe()` decorator we can automatically capture execution details fo any python function such as inputs, outputs, timings, and more. The decorator simplifies achieving in-depth observability in your applications with minimal code, especially when non-LLM calls are involved for knowledge retrieval (RAG) or api calls (agents).
115+
Via the Langfuse `@observe()` decorator we can automatically capture execution details of any python function such as inputs, outputs, timings, and more. The decorator simplifies achieving in-depth observability in your applications with minimal code, especially when non-LLM calls are involved for knowledge retrieval (RAG) or api calls (agents).
116116

117117
For more details on how to utilize this decorator and customize your tracing, refer to our [documentation](https://langfuse.com/docs/sdk/python/decorators).
118118

pages/guides/cookbook/integration_litellm_proxy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Public trace links for the following examples:
112112

113113
## Trace nested LLM Calls via Langfuse OpenAI Wrapper and `@observe` decorator
114114

115-
Via the Langfuse `@observe()` decorator we can automatically capture execution details fo any python function such as inputs, outputs, timings, and more. The decorator simplifies achieving in-depth observability in your applications with minimal code, especially when non-LLM calls are involved for knowledge retrieval (RAG) or api calls (agents).
115+
Via the Langfuse `@observe()` decorator we can automatically capture execution details of any python function such as inputs, outputs, timings, and more. The decorator simplifies achieving in-depth observability in your applications with minimal code, especially when non-LLM calls are involved for knowledge retrieval (RAG) or api calls (agents).
116116

117117
For more details on how to utilize this decorator and customize your tracing, refer to our [documentation](https://langfuse.com/docs/sdk/python/decorators).
118118

0 commit comments

Comments
 (0)