Skip to content

Commit

Permalink
docs: fix link (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
jancurn authored Apr 30, 2024
1 parent 1a077e2 commit 6156ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actors/gpt-scraper/.actor/input_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
"schema": {
"title": "JSON schema format",
"type": "object",
"description": "Defines how the output will be stored in structured format using the [JSON Schema[JSON Schema](https://json-schema.org/understanding-json-schema/). Keep in mind that it uses [function](https://platform.openai.com/docs/api-reference/chat/create#chat/create-functions), so by setting the description of the fields and the correct title, you can get better results.",
"description": "Defines how the output will be stored in structured format using the [JSON Schema](https://json-schema.org/understanding-json-schema/). Keep in mind that it uses [function](https://platform.openai.com/docs/api-reference/chat/create#chat/create-functions), so by setting the description of the fields and the correct title, you can get better results.",
"prefill": {
"type": "object",
"properties": {
Expand Down

0 comments on commit 6156ce4

Please sign in to comment.