dlaima commited on
Commit
0a1e140
·
verified ·
1 Parent(s): f492934

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -58,10 +58,10 @@ _The Tools_
58
  - Timezone Clock: Input a valid timezone (e.g., Europe/London, America/New_York), and the app will show the current local time
59
  for that region.
60
 
61
- _The Agent_
62
  It uses gpt-4o as the LLM engine. This is a very capable model that we’ll access via the serverless API.
63
 
64
- _The System Prompt_
65
  The agent’s system prompt is stored in a separate prompts.yaml file. This file contains predefined instructions that guide the agent’s
66
  behavior. Storing prompts in a YAML file allows for easy customization and reuse across different agents or use cases.
67
 
 
58
  - Timezone Clock: Input a valid timezone (e.g., Europe/London, America/New_York), and the app will show the current local time
59
  for that region.
60
 
61
+ _The Agent_
62
  It uses gpt-4o as the LLM engine. This is a very capable model that we’ll access via the serverless API.
63
 
64
+ _The System Prompt_
65
  The agent’s system prompt is stored in a separate prompts.yaml file. This file contains predefined instructions that guide the agent’s
66
  behavior. Storing prompts in a YAML file allows for easy customization and reuse across different agents or use cases.
67