Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: ⚡
|
|
4 |
colorFrom: pink
|
5 |
colorTo: yellow
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 5.
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
tags:
|
@@ -15,4 +15,8 @@ tags:
|
|
15 |
- agent-course
|
16 |
---
|
17 |
|
18 |
-
|
|
|
|
|
|
|
|
|
|
4 |
colorFrom: pink
|
5 |
colorTo: yellow
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.16.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
tags:
|
|
|
15 |
- agent-course
|
16 |
---
|
17 |
|
18 |
+
This template contains CodeAgent, that use class HfApiModel with different model_id (model may be chosen in file "app.py").
|
19 |
+
Some new specific tools for this agent contains in file "app.py".
|
20 |
+
These tools uses to xplore shortest paths in permutation graphs and dive into combinatorial wonders.
|
21 |
+
|
22 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|