Commands
Commands
see help
Arguments:
-h, --help
show this help message and exit-c, --config
open config.yaml file in text editor-i, --interpreter
Enter interpreter mode- COMMANDS
{create,save,search,server,ui}
ui
streamlit demo:
open streamlit demo
create
usage:
creator create [-h] [-r REQUEST] [-m MESSAGES] [-sp SKILL_JSON_PATH] [-c FILE_CONTENT] [-f FILE_PATH] [-hf_id HUGGINGFACE_REPO_ID]
[-hf_path HUGGINGFACE_SKILL_PATH] [-s]
-h, --help
show this help message and exit
-r REQUEST, --request REQUEST
Request string
-m MESSAGES, --messages MESSAGES
Openai messages format
-sp SKILL_JSON_PATH, --skill_json_path SKILL_JSON_PATH
Path to skill JSON file
-c FILE_CONTENT, --file_content FILE_CONTENT
File content of API docs or code file
-f FILE_PATH, --file_path FILE_PATH
Path to API docs or code file
-hf_id HUGGINGFACE_REPO_ID, --huggingface_repo_id HUGGINGFACE_REPO_ID
Huggingface repo ID
-hf_path HUGGINGFACE_SKILL_PATH, --huggingface_skill_path HUGGINGFACE_SKILL_PATH
Huggingface skill path
-s, --save
Save skill after creation
save
usage:
-h, --help
show this help message and exit
-s SKILL, --skill SKILL
Skill json object
-sp SKILL_JSON_PATH, --skill_json_path SKILL_JSON_PATH
Path to skill JSON file
-hf_id HUGGINGFACE_REPO_ID, --huggingface_repo_id HUGGINGFACE_REPO_ID
Huggingface repo ID
search
-h, --help
show this help message and exit
-q QUERY, --query QUERY
Search query
-k TOP_K, --top_k TOP_K
Number of results to return, default 3
-t THRESHOLD, --threshold THRESHOLD
Threshold for search, default 0.8
-r, --remote
Search from remote
server
-h, --help
show this help message and exit
-host HOST, --host HOST
IP address
-p PORT, --port PORT
Port number
After running the server, you can access the API documentation at docs
Interactive mode
Directly enter
or
q, --quiet
Quiet mode to enter interactive mode and not rich_print LOGO and help
Created: October 19, 2023