mirror of
https://github.com/microsoft/autogen.git
synced 2025-11-01 18:29:49 +00:00
Add dependencies to distributed group chat example (#5175)
add dependencies to distributed group chat example
This commit is contained in:
parent
979d8ab4f1
commit
0de4fd83d1
@ -1 +1,2 @@
|
||||
.chainlit
|
||||
chainlit.md
|
||||
@ -6,8 +6,8 @@ This example runs a gRPC server using [GrpcWorkerAgentRuntimeHost](../../src/aut
|
||||
|
||||
### Setup Python Environment
|
||||
|
||||
1. Create a virtual environment as instructed in [README](../../../../../../../../README.md).
|
||||
2. Run `uv pip install chainlit` in the same virtual environment
|
||||
1. Create a virtual environment and activate it. (e.g. `python3.12 -m venv .venv && source .venv/bin/activate`)
|
||||
2. Run `uv pip install -r requirements.txt` to install compiled set of dependencies.
|
||||
|
||||
### General Configuration
|
||||
|
||||
|
||||
@ -0,0 +1,5 @@
|
||||
autogen-ext[openai]==0.4.3
|
||||
azure-identity
|
||||
chainlit
|
||||
rich
|
||||
pyyaml
|
||||
1202
python/samples/core_distributed-group-chat/requirements.txt
Normal file
1202
python/samples/core_distributed-group-chat/requirements.txt
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user