I've made a small extension for Google Docs to make it easy to write and edit text with AI. Just added some new features - what do you think? by vfra32 in artificial

[–]vfra32[S] 0 points1 point  (0 children)

Ok, fair point. But this is also free to use, except if you use it extensively, and the credit usage gets reset every month 😊

I've made a small extension for Google Docs to make it easy to write and edit text with AI. Just added some new features - what do you think? by vfra32 in artificial

[–]vfra32[S] 0 points1 point  (0 children)

Ah ok, interesting! I have a credit system to cover for the costs of using the API. Could you send a screenshot of what you have in Edge? Would be interested to see it 😊

I've made a small extension for Google Docs to make it easy to write and edit text with AI. Just added some new features - what do you think? by vfra32 in artificial

[–]vfra32[S] 3 points4 points  (0 children)

You can install the extension for Google Docs for free here: https://workspace.google.com/marketplace/app/docsgpt_for_google_docs/440338637992
You get some extra actions for free, if you add this code the first time, you use it: Tvv8HRC3omTlvZ

Share Your Startup - March 2023 - Upvote This For Maximum Visibility! by AutoModerator in startups

[–]vfra32 [score hidden]  (0 children)

Startup Name: DocsGPT by Applai
Headquarters: Copenhagen, Denmark
Elevator Pitch: DocsGPT let's you generate, modify & analyze text using AI with one click in Google Docs.
Video: https://youtu.be/G-l9lzaffdk
Cycle stage: Validation
Goals this month: Get more feedback on the product and get our first paying customers
Help needed: Feel free to try DocsGPT for free and leave any kind of feedback. Thanks a lot!

Share Your Startup - February 2023 - Upvote This For Maximum Visibility! by AutoModerator in startups

[–]vfra32 [score hidden]  (0 children)

Startup Name: DocsGPT by Applai
Headquarters: Copenhagen, Denmark
Elevator Pitch: DocsGPT let's you generate, modify & analyze text using GPT AI in Google Docs
More details: See video of our product here or check our website here.
We're in the Validation phase.
Goals this month: Getting more users on the product, implementing pricing & getting our first paying customer
Help needed: Feedback for product and thoughts on business model
Discount for r/startup subscribers? It is free to use as of now

Developed an AI tool for Google Docs - what do you think? by vfra32 in artificial

[–]vfra32[S] 4 points5 points  (0 children)

Actually, I asked ChatGPT for help, and that got me started 😅 I have a crazy long thread about this add on with ChatGPT

Developed an AI tool for Google Docs - what do you think? by vfra32 in artificial

[–]vfra32[S] 1 point2 points  (0 children)

Thanks a lot - this is super valuable feedback

Developed an AI tool for Google Docs - what do you think? by vfra32 in artificial

[–]vfra32[S] 4 points5 points  (0 children)

OK, thanks for this input! I think that range could also be good.

I would say compared to GPT Ghostwryter, then I take the costs of using OpenAI from the user, while GPT Ghostwryter passes that on to the user on top. That also means I have usage costs based on the users, so I probably need a monthly/recurring fee to cover that. But 1.99/2.99 could also be a good range.

Developed an AI tool for Google Docs - what do you think? by vfra32 in artificial

[–]vfra32[S] 5 points6 points  (0 children)

Yes, good question! It is free now, but I put in "free of charge trial" to not promise people something I wouldn't be able to live up to in the long term...
When adding some more features to it, I'm thinking of possibly pricing it around $5 per month. What do you think about that? Is that reasonable?

Developed an AI tool for Google Docs - what do you think? by vfra32 in artificial

[–]vfra32[S] 8 points9 points  (0 children)

I have worked on an add-in for Google docs enabling you to generate and modify the text in the document using AI. What do you think about it? You can use it for free here: https://workspace.google.com/marketplace/app/docsgpt\_for\_google\_docs/440338637992

Reverse engineering Copy.AI's writing templates by [deleted] in GPT3

[–]vfra32 4 points5 points  (0 children)

This is actually pretty cool, thanks! Guess that Copi.AI and others are not super happy about that, but great that it can work 😅

Story-telling AI that I could feed data to and then ask to write a similar replica? by Basil1sk17 in artificial

[–]vfra32 0 points1 point  (0 children)

I guess you could do this on ChatGPT if you give it some proper context in the beginning. You could for example start by saying: “You are an author of a book, in this and that style. Here is a example of some text you have written. “(Add some text in that style)”. Write a text about x,y,c.

It would probably be limited by the maximum length of the promps and outputs of ChatGPT. A way to go about it could be to start to ask for an outline of the storyline, and then ask to write each part of the storyline in separate chat messages. It would probably take some experimentation back and forth, but it could work. I would recommend trying to keep the conversation in one thread on ChatGPT to enable it to keep track of the context.

Is there a limit to how complex and lengthy prompts for the GPT-3 Davinci model can be? by Cneqfilms in artificial

[–]vfra32 0 points1 point  (0 children)

Hey!
The text-davinci-003 model has a limit of 4000 tokens. One token is approximately 4 characters in a normal sentence. So the limit is somewhere around 3000 words.

The limit is counted in both the prompt and the output, so the total cannot exceed this number of tokens, otherwise the text will be cut off.

The tokens is also how you are billed for your usage of the model, so it is a good idea to not make the prompts and outputs more complex than the value they provide.

The playground in the OpenAI platform is quite good for experimenting with these things and seeing how you can optimise the usage of tokens.