-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
18 lines (18 loc) · 821 Bytes
/
Copy pathpackage.json
File metadata and controls
18 lines (18 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "prompt-engineering-cn",
"version": "1.0.0",
"description": "This guide was created by Brex for internal purposes. It's based on\r lessons learned from researching and creating Large Language Model (LLM)\r prompts for production use cases. It covers the history around LLMs as well as\r strategies, guidelines, and safety recommendations for working with and\r building programmatic systems on top of large language models, like [OpenAI's\r GPT-4](https://openai.com/research/gpt-4).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"vitepress": "^1.2.3"
}
}