Skip to content

Chore: Add new tool parameters #343

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 17, 2024

Conversation

sangee2004
Copy link
Contributor

@sangee2004 sangee2004 commented May 14, 2024

Add documentation for global model name , global tools , chat.

@sangee2004 sangee2004 force-pushed the toolparametersdoc branch 2 times, most recently from b0e0366 to f8de905 Compare May 15, 2024 00:27
| Key | Description |
|--------------------|-----------------------------------------------------------------------------------------------------------------------------------------------|
| `Name` | The name of the tool. |
| `Model Name` | The OpenAI model to use, by default it uses "gpt-4". |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't say OpenAI here (or anywhere in this table) as these are not specific to OpenAI.

For eample, the help for the command line arg --defaule-mode is:

      --default-model string         Default LLM model to use ($GPTSCRIPT_DEFAULT_MODEL) (default "gpt-4o")

You can use the same phrasing: "LLM mode" instead of "OpenAI model"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed "OpenAI model" to "LLM model". I have left the default as "gpt-4-turbo" since latest released version -0.6.0 still uses this version.

@sangee2004 sangee2004 force-pushed the toolparametersdoc branch from f8de905 to e3b6bfc Compare May 16, 2024 20:39
@sangee2004 sangee2004 requested review from cjellick and g-linville May 16, 2024 21:56
@sangee2004 sangee2004 merged commit 53d4ae2 into gptscript-ai:main May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants