Add contributors
This commit is contained in:
		
							parent
							
								
									507a35853c
								
							
						
					
					
						commit
						1868896c7f
					
				| 
						 | 
					@ -0,0 +1,7 @@
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  "projectName": "chatgpt-web",
 | 
				
			||||||
 | 
					  "projectOwner": "Niek",
 | 
				
			||||||
 | 
					  "repoType": "github",
 | 
				
			||||||
 | 
					  "commit": false,
 | 
				
			||||||
 | 
					  "contributors": []
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
							
								
								
									
										13
									
								
								README.md
								
								
								
								
							
							
						
						
									
										13
									
								
								README.md
								
								
								
								
							| 
						 | 
					@ -4,6 +4,8 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||

 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[](#contributors)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ChatGPT-web is a simple one-page web interface to the OpenAI ChatGPT API. To use it, you need to register for [an OpenAI API key](https://platform.openai.com/account/api-keys) first. All messages are stored in your browser's local storage, so everything is **private**. You can also close the browser tab and come back later to continue the conversation.
 | 
					ChatGPT-web is a simple one-page web interface to the OpenAI ChatGPT API. To use it, you need to register for [an OpenAI API key](https://platform.openai.com/account/api-keys) first. All messages are stored in your browser's local storage, so everything is **private**. You can also close the browser tab and come back later to continue the conversation.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Why?
 | 
					## Why?
 | 
				
			||||||
| 
						 | 
					@ -18,3 +20,14 @@ To run the development server, run
 | 
				
			||||||
npm ci
 | 
					npm ci
 | 
				
			||||||
npm run dev # or: npm run build
 | 
					npm run dev # or: npm run build
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Contributors
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
 | 
				
			||||||
 | 
					<!-- prettier-ignore-start -->
 | 
				
			||||||
 | 
					<!-- markdownlint-disable -->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<!-- markdownlint-restore -->
 | 
				
			||||||
 | 
					<!-- prettier-ignore-end -->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					<!-- ALL-CONTRIBUTORS-LIST:END -->
 | 
				
			||||||
		Loading…
	
		Reference in New Issue