Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Configurable system prompts #1

Closed
jbonot opened this issue Jul 25, 2023 · 1 comment
Closed

Configurable system prompts #1

jbonot opened this issue Jul 25, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@jbonot
Copy link

jbonot commented Jul 25, 2023

(Feature suggestion)

I would like to be able to have my own configurable system prompt, which I only have to provide once.

I often want Open AI to work under certain parameters for the type of work I'm doing. For example, I would always want egpt to give me coding answers to be used in React.js, using TypeScript. Or, if I want it to provide documentation, I want it in a certain format (e.g., with @doctype and @DefaultValue properties). I can imagine that each egpt user has their own parameters, in which they always want egpt to work under.

@ghost ghost added the enhancement New feature or request label Jul 25, 2023
@ghost
Copy link

ghost commented Jul 25, 2023

@jbonot implemented in v0.4.0

For more information: https://github.com/egomobile/e-gpt#custom-system-prompts-

For MacOS (x64 Intel), use the following command to update egpt:

curl -s https://api.github.com/repos/egomobile/e-gpt/releases/latest | jq -r '.assets[].browser_download_url | select(contains("darwin") and contains("amd64") and (. | tostring | contains("sha256") | not))' | xargs curl -sL | tar xzOf - egpt | sudo tee /usr/local/bin/egpt > /dev/null && sudo chmod +x /usr/local/bin/egpt

Replace amd64 with arm64 for Apple Silicon.

@ghost ghost closed this as completed Jul 25, 2023
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant