Earlier quoted context omitted.
>so you will need to truncate the beginning of the conversation at some point I wrote a little python script to keep track of a running conversation when I started playing with openai's completions API. I keep track of how many tokens the prompt is taking up, and when it gets too close to some configurable threshold, I then have a different prompt to tell the AI to summarize the conversation and any previous summary,…
Has anyone played around with GPT itself to see if you can get it to track the number of tokens it's tracking (best if implemented with the least number of tokens possible)
Prompt Engine – Microsoft's prompt engineering library
41–50 of 94 posts
Re: Prompt Engine – Microsoft's prompt engineering library
#42I can’t help shake the feeling that something closer to code (or specific training?) and further from natural language should be being used to configure these models at this stage of development. I was _astounded_ by the ‘Sydney document’ being MS’s way of ‘configuring’ New Bing. Admittedly I have closer to a layperson’s understanding than an expert’s, but with some knowledge of how neural networks work, and having p…
Re: Prompt Engine – Microsoft's prompt engineering library
#43I can’t help shake the feeling that something closer to code (or specific training?) and further from natural language should be being used to configure these models at this stage of development. I was _astounded_ by the ‘Sydney document’ being MS’s way of ‘configuring’ New Bing. Admittedly I have closer to a layperson’s understanding than an expert’s, but with some knowledge of how neural networks work, and having p…
Re: Prompt Engine – Microsoft's prompt engineering library
#44Which job title sounds cooler: Senior Prompt Engineer or Senior Prompt Designer?
Re: Prompt Engine – Microsoft's prompt engineering library
#45I can’t help shake the feeling that something closer to code (or specific training?) and further from natural language should be being used to configure these models at this stage of development. I was _astounded_ by the ‘Sydney document’ being MS’s way of ‘configuring’ New Bing. Admittedly I have closer to a layperson’s understanding than an expert’s, but with some knowledge of how neural networks work, and having p…
There’s no other way to program it. There no “code” to speak of. The only way to control it is to give certain phrases more or less importance. You do that with direct prompts or tons and tons of training data.
Re: Prompt Engine – Microsoft's prompt engineering library
#46The simple tool quickly provides builds up a form that either myself, or my staff can use.
So far my pre-canned prompt forms are as follows[2].
[1] https://files.littlebird.com.au/Screen-Recording-2023-02-16-...
[2] https://files.littlebird.com.au/Screen-Shot-2023-02-16-14-25...
Re: Prompt Engine – Microsoft's prompt engineering library
#47> "Only once you do know what the ultimate question actually is, you'll know what the answer means."
Re: Prompt Engine – Microsoft's prompt engineering library
#48I see a few comments about how the interface should be better. I would argue that the current interface is broad and can be adapted to a wide range of needs. The real value I see (and an area I've been exploring recently) is creating abstractions around prompt engineering. The idea is that at the moment, the better the prompt -> the more relevant the output. However businesses that act as proxies for chatgpt can take…
I've also been experimenting with this. Contact info in my profile if you want to reach me.
Re: Prompt Engine – Microsoft's prompt engineering library
#49I am getting old: I read the description two times and checked examples yet still don't understand the utility. I do understand Midjourney prompt engineering though.