Spaces:
Running
Running
Updated README.md.
Browse files
README.md
CHANGED
@@ -10,8 +10,8 @@ The demo utilizes OpenAI's language models and provides a user interface for int
|
|
10 |
|
11 |
To use this demo, please follow these steps:
|
12 |
|
13 |
-
1. Clone the repository: `git clone https://github.com/
|
14 |
-
2. Change into the project directory: `cd meta-prompt
|
15 |
3. Install the required dependencies: `pip install -r requirements.txt`
|
16 |
|
17 |
Please note that you need to have Python and pip installed on your system.
|
@@ -21,7 +21,7 @@ Please note that you need to have Python and pip installed on your system.
|
|
21 |
To run the demo, execute the following command:
|
22 |
|
23 |
```
|
24 |
-
python
|
25 |
```
|
26 |
|
27 |
Replace `YOUR_API_KEY` with your OpenAI API key. Other optional parameters can be specified as well, such as proxy settings, model name, API base URL, maximum message length, sharing option, and advanced mode. Please refer to the command-line argument options in the script for more details.
|
|
|
10 |
|
11 |
To use this demo, please follow these steps:
|
12 |
|
13 |
+
1. Clone the repository: `git clone https://github.com/yaleh/meta-prompt.git`
|
14 |
+
2. Change into the project directory: `cd meta-prompt`
|
15 |
3. Install the required dependencies: `pip install -r requirements.txt`
|
16 |
|
17 |
Please note that you need to have Python and pip installed on your system.
|
|
|
21 |
To run the demo, execute the following command:
|
22 |
|
23 |
```
|
24 |
+
python meta_prompt.py --api_key YOUR_API_KEY
|
25 |
```
|
26 |
|
27 |
Replace `YOUR_API_KEY` with your OpenAI API key. Other optional parameters can be specified as well, such as proxy settings, model name, API base URL, maximum message length, sharing option, and advanced mode. Please refer to the command-line argument options in the script for more details.
|