Skip to content

Commit bd734a3

Browse files
committed
Fix error in the example code.
1 parent e748460 commit bd734a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/user_guide/large_language_model/autogen_integration.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The following code shows how you can import the custom client and register it wi
2222

2323
.. code-block:: python3
2424
25-
from ads.llm.autogen.client_v02 import LangChainModelClient, register_custom_client
25+
from ads.llm.autogen.v02 import LangChainModelClient, register_custom_client
2626
2727
# Register the custom LLM globally
2828
register_custom_client(LangChainModelClient)
@@ -141,7 +141,7 @@ If you are using an object storage location as ``report_dir``, you can also have
141141
with session_logger:
142142
# Create and run your AutoGen application
143143
...
144-
144+
145145
# Access the log file path
146146
print(session_logger.log_file)
147147

0 commit comments

Comments
 (0)