Spaces:
Running
Running
Updated readme.
Browse files
README.md
CHANGED
@@ -8,11 +8,14 @@ This project is a demonstration of the concept of Meta Prompt, which involves ge
|
|
8 |
|
9 |
The demo utilizes OpenAI's language models and provides a user interface for interacting with the chatbot. It allows users to input prompts, execute model calls, compare outputs, and optimize prompts based on desired criteria.
|
10 |
|
11 |
-
**
|
|
|
|
|
12 |
|
13 |
## Try it out!
|
14 |
|
15 |
-
[](https://colab.research.google.com/github/yaleh/meta-prompt/blob/main/meta_prompt.ipynb)
|
|
|
16 |
|
17 |
## Installation
|
18 |
|
|
|
8 |
|
9 |
The demo utilizes OpenAI's language models and provides a user interface for interacting with the chatbot. It allows users to input prompts, execute model calls, compare outputs, and optimize prompts based on desired criteria.
|
10 |
|
11 |
+
**(2023/10/15)** A new working mode called `Other User Prompts` has been added. In the prompt optimization process, similar compatible prompts to the original user prompt are referenced to significantly reduce iteration cycles.
|
12 |
+
|
13 |
+
**(2024/06/30)** The `langgraph_meta_prompt.ipynb` file, committed on 06/30/2024, introduces a sophisticated framework for generating and refining system messages for AI assistants. Powered by LangGraph, this notebook can generate high-quality prompts with much more models, including `claude-3.5-sonnet:beta`, `llama-3-70b-instruct`, and quite some with 70B+ parameters. The notebook also introduced a new approach to converge the system messages automatically.
|
14 |
|
15 |
## Try it out!
|
16 |
|
17 |
+
[](https://colab.research.google.com/github/yaleh/meta-prompt/blob/main/meta_prompt.ipynb)
|
18 |
+
[](https://colab.research.google.com/github/yaleh/meta-prompt/blob/main/langgraph_meta_prompt.ipynb)
|
19 |
|
20 |
## Installation
|
21 |
|