Spaces:
Sleeping
Sleeping
Commit
·
32f91a0
1
Parent(s):
a72f160
Explicit src in recs
Browse files- README.md +0 -1
- src/ucl_module_chat/app.py → app.py +0 -0
- requirements.txt +1 -0
README.md
CHANGED
@@ -45,7 +45,6 @@ uv pip install .
|
|
45 |
export OPENAI_API_KEY=<Your API key>
|
46 |
|
47 |
# Run the app
|
48 |
-
cd src/ucl_module_chat
|
49 |
python app.py
|
50 |
```
|
51 |
|
|
|
45 |
export OPENAI_API_KEY=<Your API key>
|
46 |
|
47 |
# Run the app
|
|
|
48 |
python app.py
|
49 |
```
|
50 |
|
src/ucl_module_chat/app.py → app.py
RENAMED
File without changes
|
requirements.txt
CHANGED
@@ -283,3 +283,4 @@ websockets==12.0
|
|
283 |
# via gradio-client
|
284 |
yarl==1.16.0
|
285 |
# via aiohttp
|
|
|
|
283 |
# via gradio-client
|
284 |
yarl==1.16.0
|
285 |
# via aiohttp
|
286 |
+
-e ./src
|