Skip to content

Commit

Permalink
added help for update_endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
imda-kelvinkok committed Sep 2, 2024
1 parent a3d558e commit d65ac90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moonshot/integrations/cli/common/connectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ def _display_endpoints(endpoints_list):
" params: Extra arguments for the endpoint\n\n"
"Example:\n"
" update_endpoint openai-gpt4 \"[('name', 'my-special-openai-endpoint'), "
"('uri', 'my-uri-loc'), ('token', 'my-token-here')]\""
"('uri', 'my-uri-loc'), ('token', 'my-token-here'), ('params', {'hello': 'world'})]\""
),
)
update_endpoint_args.add_argument(
Expand Down

0 comments on commit d65ac90

Please sign in to comment.