From 7d42fe9429f75d195f865b07cef10d040d5397f2 Mon Sep 17 00:00:00 2001 From: sigoden Date: Wed, 4 Dec 2024 08:10:47 +0800 Subject: [PATCH] chore: update Argcfile.sh and example agent config.yaml --- Argcfile.sh | 4 ++-- config.agent.example.yaml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Argcfile.sh b/Argcfile.sh index 9528a38b..c1922329 100755 --- a/Argcfile.sh +++ b/Argcfile.sh @@ -25,8 +25,8 @@ test-platform-env() { } # @cmd Test function calling -# @option --model[?`_choice_model`] -# @option --preset[=default|weather|multi-weathers] +# @option -m --model[?`_choice_model`] +# @option -p --preset[=weather|multi-weathers] # @flag -S --no-stream # @arg text~ test-function-calling() { diff --git a/config.agent.example.yaml b/config.agent.example.yaml index 6f7c6ed6..b0c3b08f 100644 --- a/config.agent.example.yaml +++ b/config.agent.example.yaml @@ -1,4 +1,5 @@ # Agent-specific configuration +# Location `/agents//config.yaml` model: openai:gpt-4o # Specify the LLM to use temperature: null # Set default temperature parameter