dlaima commited on
Commit
aef7f47
·
verified ·
1 Parent(s): d9fa40f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -12
README.md CHANGED
@@ -54,29 +54,27 @@ gradio_greet_time_app/
54
 
55
  ### Features
56
 
57
- The Tools
58
- - Greeting Generator: Enter a name or phrase and choose how many times you'd like the greeting to be repeated. The app will generate a cheerful message like "Hello, HuggingFace!" multiple times.
59
- - Timezone Clock: Input a valid timezone (e.g., Europe/London, America/New_York), and the app will show the current local time for that region.
60
-
61
- The Agent
62
- It uses Qwen/Qwen2.5-Coder-32B-Instruct as the LLM engine. This is a very capable model that we’ll access via the serverless API.
63
-
64
 
 
 
65
 
 
 
 
66
 
67
  ---
68
 
69
 
70
-
71
-
72
-
73
  ### Preview
74
 
75
  [First Agent Template](Screenshot_15-5-2025_154725_huggingface.co.jpeg)
76
 
77
 
78
-
79
-
80
  ---
81
  ## 🤝 Contributing
82
 
 
54
 
55
  ### Features
56
 
57
+ _The Tools_
58
+ - Greeting Generator: Enter a name or phrase and choose how many times you'd like the greeting to be repeated. The app will generate a
59
+ cheerful message like "Hello, HuggingFace!" multiple times.
60
+ - Timezone Clock: Input a valid timezone (e.g., Europe/London, America/New_York), and the app will show the current local time
61
+ for that region.
 
 
62
 
63
+ _The Agent_
64
+ It uses gpt-4o as the LLM engine. This is a very capable model that we’ll access via the serverless API.
65
 
66
+ _The System Prompt_
67
+ The agent’s system prompt is stored in a separate prompts.yaml file. This file contains predefined instructions that guide the agent’s
68
+ behavior. Storing prompts in a YAML file allows for easy customization and reuse across different agents or use cases.
69
 
70
  ---
71
 
72
 
 
 
 
73
  ### Preview
74
 
75
  [First Agent Template](Screenshot_15-5-2025_154725_huggingface.co.jpeg)
76
 
77
 
 
 
78
  ---
79
  ## 🤝 Contributing
80