You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/agents/README.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,4 +3,15 @@
3
3
Run the app:
4
4
```
5
5
python agents.py --api-key=YOUR-OPENAI-API-KEY
6
-
```
6
+
```
7
+
8
+
# Deploy the app to Huggingface
9
+
10
+
This app in Camel repo does not get deployed to Huggingface automatically. The process of deployment is manual at the moment.
11
+
1. Make changes in Camel (this) repo, and thoroughly debug them on a dev machine.
12
+
2. Tag the commit that you want to deploy with tag hf_spaces_{X+1} where X must be looked up in [HF repo sync script](https://huggingface.co/spaces/camel-ai/camel-agents/blob/main/sync.sh). Do not forget to `git push --tags`.
0 commit comments