diff --git a/samples/apps/cap/py/README.md b/samples/apps/cap/py/README.md index a885e001e155..2e11d38330d0 100644 --- a/samples/apps/cap/py/README.md +++ b/samples/apps/cap/py/README.md @@ -3,7 +3,7 @@ ## I just want to run the remote AutoGen agents! *Python Instructions (Windows, Linux, MacOS):* -pip install autogencap-rajan.jedi +pip install autogencap 1) AutoGen require OAI_CONFIG_LIST. AutoGen python requirements: 3.8 <= python <= 3.11 diff --git a/samples/apps/cap/py/demo/standalone/Assistant.py b/samples/apps/cap/py/demo/standalone/assistant.py similarity index 100% rename from samples/apps/cap/py/demo/standalone/Assistant.py rename to samples/apps/cap/py/demo/standalone/assistant.py