Watch the breakdown here in a Q4 2024 prompt engineering update video
- Quick, natural language prompts for rapid prototyping
- Perfect for exploring model capabilities and behaviors
Watch the breakdown here in a Q4 2024 prompt engineering update video
Watch the breakdown here in a Q4 2024 prompt engineering update video
Install these two plugins:
import axios from 'axios' | |
import { shim } from 'promise.prototype.finally' | |
import locale from 'constants/locale' | |
import { is } from 'utils' | |
import { slugify } from 'utils/string' | |
import { translateNotification } from 'utils/response' | |
shim() | |
const axiosInstance = axios.create({ |
# See http://help.github.com/ignore-files/ for more about ignoring files. | |
# compiled output | |
/dist | |
/tmp | |
/out-tsc | |
# Runtime data | |
pids | |
*.pid |
Install x11docker
Run PDFEdit, e.g
{ | |
"require": { | |
"mfacenet/hello-world": "v1.*" | |
} | |
} |
/** | |
* minimal configuration object. | |
*/ | |
import assign from 'object-assign' | |
// default configuration is based on the hostname. | |
const cfg = { | |
'localhost': { | |
// mocks | |
baseApiUrl: '//localhost:3001/api/' |