Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
haouarihk authored Jan 20, 2024
1 parent fc7a77b commit b7da97a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,21 @@
| Prompt | Usage |
| ---------------- | --------------------------------------------------- |
| describe_Images | Using OpenAI's GPT-4-Vision, describe Images |
| askGPT4 (hidden) | Using OpenAI's GPT-4-Vision, ask about image |



# Development

| Prompt | Usage |
| askGPT4 (hidden) | Using OpenAI's GPT-4-Vision, ask about image |

## Initialization section
```handlebars
{{package "vision"}}
```


## Example usage
```js
const content = await run("vision/askGPT4", {prompt, base64Image});
```
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packageId": "vision",
"name": "Vision Package",
"version": "0.0.1",
"version": "0.0.2",
"minTextGeneratorVersion": "0.6.0",
"description": "Contains Vision Templates and support for Vision for other templates (Scripts)",
"author": "Noureddine",
Expand Down
1 change: 1 addition & 0 deletions prompts/describe_Images.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ version: 0.0.1
disableProvider: true
---
```handlebars
{{tg_selection}}
You can structure your code here and then use the input or output template to retrieve("get" helper) the processed data, enhancing readability.
```
***
Expand Down

0 comments on commit b7da97a

Please sign in to comment.