Ted Sanders
Ted Sanders
Thanks! I added a link to Promptify in a new README section, as part of this PR: https://github.com/openai/openai-cookbook/pull/442
Thanks for the PR; I'll take a look. Always happy to include more solutions for end users.
I'll take a look - thanks for the ping.
Thanks for following up. Here is my current thinking: Right now the PR can't be merged because due to merge conflicts stemming from another update made to the notebook. Ideally...
Merged! Thanks for your patience during the long delay. Appreciate your quick changes. Glad to you have your example in the repo.
Thanks! Now merged.
There's no memory. You have to pass in the chat history in each API call.
You have to pass in the chat history in each API call. You can potentially play tricks with which parts of the chat history to retrieve/discard, etc.
Interesting! I've been thinking of adding to a section on the main readme page that links to other tools & examples around the web. I think FLAML could be a...
Thanks! Added link to the README in this PR: https://github.com/openai/openai-cookbook/pull/442