yaleh commited on
Commit
f81c1c5
·
1 Parent(s): db97edf

Added Colab link.

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -8,6 +8,10 @@ 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
  ## Installation
12
 
13
  To use this demo, please follow these steps:
 
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
+ ## Try it out!
12
+
13
+ [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/yaleh/meta-prompt/blob/main/meta_prompt.ipynb)
14
+
15
  ## Installation
16
 
17
  To use this demo, please follow these steps: