Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
haouarihk authored Jan 18, 2024
1 parent f986dc0 commit fc7a77b
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,18 @@
* [Prompt Engineering Guide](https://docs.google.com/document/d/11WlzjBT0xRpQhP9tFMtxzd0q6ANIdHPUBkMV-YB043U)

# Prompts
| Prompt | Usage |
| ---------------- | --------------------------------------------------- |
| describe_Images | Using OpenAI's GPT-4-Vision, describe Images |
| askGPT4 (hidden) | Using OpenAI's GPT-4-Vision, ask about image |
| Prompt | Usage |
| ---------------- | --------------------------------------------------- |
| describe_Images | Using OpenAI's GPT-4-Vision, describe Images |
| askGPT4 (hidden) | Using OpenAI's GPT-4-Vision, ask about image |



# Development
```handlebars
{{package "vision"}}
```

```js
const content = await run("vision/askGPT4", {prompt, base64Image});
```

0 comments on commit fc7a77b

Please sign in to comment.