gpt3-sandbox icon indicating copy to clipboard operation
gpt3-sandbox copied to clipboard

The goal of this project is to enable users to create cool web demos using the newly released OpenAI GPT-3 API with just a few lines of Python.

Results 23 gpt3-sandbox issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.6.7 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies
javascript

I run a fine-tuned model that sometimes takes a while to load. The UI does not reflect that, it just stays "silent". output in terminal is: `[2022-06-05 11:48:07,665] ERROR in...

Hi, thanks for developing such a great tool. Just wondering if you could add an example for training GPT-3 for Named Entity Recognition (NER) tasks? I'm not sure how I...

I have followed the set up but at the step of checking the environment by running python examples/run_latex_app.py, I came across the error as follows: I wonder if anyone could...

Hi, Firstly thanks for this cool repo. I am trying to build a question and answer app using GPT3. How do I save a document file or feed the example...

Tasks: - [ ] GPT class - [ ] Example class - [ ] UIConfig class

Hi, I'm trying to get the sandbox running on an AWS ubuntu dev server that I have and I am running into a problem because this server is already using...

https://github.com/SmartManoj/gpt3-sandbox2

I noticed that many prompts/scrolls include a statement of intent at the start of the prompt ( a "premise" ) for example. https://github.com/maraoz/gpt-scrolls/blob/master/tweets/twitter-fiction.txt the premise would be "Twitter fiction: 21...

currently, if you want to see how GPT does with more examples, you need to add examples in the main script and then relaunch the flask back end. Ideally, they...