-
Notifications
You must be signed in to change notification settings - Fork 132
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
don't reference promptfoo as dep #602
Conversation
The changes in
Please ensure that In summary, if the changes align with the overall changes in the project, then LGTM 🚀. But do ensure the correct placement of
|
@@ -141,6 +142,7 @@ GENAISCRIPT_DEFAULT_MODEL=openai:gpt-4o | |||
::: | |||
|
|||
## GitHub Models | |||
|
|||
<a id="github" href=""></a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Anchor link is missing URL for GitHub Models section.
generated by pr-docs-review-commit
anchor_link_missing
## Azure OpenAI | ||
|
||
<a id="azure" href=""></a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Anchor link is missing URL for Azure OpenAI section.
generated by pr-docs-review-commit
anchor_link_missing
@@ -87,7 +87,7 @@ Options: | |||
-td, --test-delay <string> delay between tests in seconds | |||
--no-cache disable LLM result cache | |||
-v, --verbose verbose output | |||
-pv, --promptfoo-version [version] promptfoo version, default is ^0.73.9 | |||
-pv, --promptfoo-version [version] promptfoo version, default is ^0.75.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Option name mismatch, should be '--prompt-version' instead of '--promptfoo-version'.
generated by pr-docs-review-commit
option_name_mismatch
package.json
files have been updated. These include "@azure/identity", "file-type", "openai", and "web-tree-sitter". This could mean that newer versions of these packages have bug fixes, new features, or performance improvements that the project can benefit from.docs/src/content/docs/reference/cli/commands.md
, the defaultpromptfoo
version for the CLI command has been updated from^0.73.9
to^0.75.0
.packages/cli/src/test.ts,
the import forOutputFile
frompromptfoo
has been removed and the assignment ofvalue
no longer casts the parsed JSON asOutputFile
.PROMPTFOO_VERSION
inpackages/cli/src/version.ts
now points to thedevDependencies
section ofpackage.json
instead of thedependencies
section.slides/package.json
has been updated from^3.4.34
to^3.4.35
.