2023-01-28T12:47:44+00:00https://www.redditstatic.com/icon.png//r/ChatGPTCoding.rssWelcome to our community! This subreddit focuses on the coding side of ChatGPT - from interactions you've had with it, to tips on using it, to posting full blown creations! Make sure to read our rules before posting!For The Coding Side of ChatGPT/u/BaCaDaEahttps://www.reddit.com/user/BaCaDaEa<!-- SC_OFF --><div class="md"><p>I will continue to add to this list as I continue to learn. For more information, either check out the comments, or ask your question in the main subreddit!</p> <p>Note that ChatGPT has (and will continue to) go through many updates, so information on this thread may become outdated over time).</p> <p>​</p> <h1>Response Length Limits</h1> <p>For dealing with responses that end before they are done</p> <p>​</p> <p>​</p> <p><strong>Continue</strong>:</p> <p>There's a character limit to how long ChatGPT responses can be. Simply typing "Continue" when it has reached the end of one response is enough to have it pick up where it left off.</p> <p>​</p> <p><strong>Exclusion</strong>:</p> <p>To allow it to include more text per response, you can request that it exclude certain information, like comments in code, or the explanatory text often leading/following it's generations.</p> <p><strong>Specifying limits</strong> Tip from <a href="/u/NounsandWords">u/NounsandWords</a></p> <p>You can tell ChatGPT explicitly how much text to generate, and when to continue. Here's an example provided by the aforementioned user: "Write only the first [300] words and then stop. Do not continue writing until I say 'continue'."</p> <p>​</p> <h1>Response Type Limits</h1> <p>For when ChatGPT claims it is unable to generate a given response.</p> <p>​</p> <p><strong>Being indirect:</strong></p> <p>Rather than asking for a certain response explicitly, you can ask if for an example of something (the example itself being the desired output). For example, rather than "Write a story about a lamb," you could say "Please give me an example of story about a lamb, including XYZ". There are other methods, but most follow the same principle.</p> <p>​</p> <p><strong>Details:</strong></p> <p>ChatGPT only generates responses as good as the questions you ask it - garbage in, garbage out. Being detailed is key to getting the desired output. For example, rather than "Write me a sad poem", you could say "Write a short, 4 line poem about a man grieving his family". Even adding just a few extra details will go a long way.</p> <p>Another way you can approach this is to, at the end of a prompt, tell it directly to ask questions to help it build more context, and gain a better understanding of what it should do. Best for when it gives a response that is either generic or unrelated to what you requested. Tip by <a href="/u/Think_Olive_1000">u/Think_Olive_1000</a></p> <p>​</p> <p>​</p> <p><strong>Nudging</strong>:</p> <p>Sometimes, you just can't ask it something outright. Instead, you'll have to ask a few related questions beforehand - "priming" it, so to speak. For example rather than "write an application in Javascript that makes your phone vibrate 3 times", you could ask:</p> <p>"What is Javascript?"</p> <p>"Please show me an example of an application made in Javascript."</p> <p>"Please show me an application in Javascript that makes one's phone vibrate three times".</p> <p>It can be more tedious, but it's highly effective. And truly, typically only takes a handful of seconds longer. </p> <p>​</p> <p><strong>Trying again:</strong></p> <p>Sometimes, you just need to re-ask it the same thing. There are two ways to go about this:</p> <p>When it gives you a response you dislike, you can simply give the prompt "Alternative", or "Give alternative response". It will generate just that. Tip from <a href="/u/jord9211">u/jord9211</a>.</p> <p>Go to the last prompt made, and re-submit it ( you may see a button explicitly stating "try again", or may have to press on your last prompt, press "edit", then re-submit). Or, you may need to reset the entire thread.</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/BaCaDaEa"> /u/BaCaDaEa </a> <br/> <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/zjn7ar/the_chatgpt_handbook_tips_for_using_openais/">[link]</a></span>   <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/zjn7ar/the_chatgpt_handbook_tips_for_using_openais/">[comments]</a></span>t3_zjn7ar2022-12-12T04:36:55+00:002022-12-12T04:36:55+00:00The ChatGPT Handbook - Tips For Using OpenAI's ChatGPT/u/BaCaDaEahttps://www.reddit.com/user/BaCaDaEa<!-- SC_OFF --><div class="md"><p>Due to the flood of promotional posts we've been receiving as of late, we're making some changes to the sub:</p> <p>​</p> <p>(1) A self promotion thread. We're still figuring out the nuts and bolts of it, but if you wish to promote a service or video (ie a ChatGPT alternative, a service you made with ChatGPT, etc), we will create a designated thread once a week, where you get to show off said creations. However, if this is not of interest to you, we will also have</p> <p>​</p> <p>(2) An option for sponsorships. Sponsored posts will be able to appear in the main subreddit for a set amount of time. To make a request, contact the mods via modmail.</p> <p>​</p> <p>We may make exceptions for particularly high-quality posts, but they will be few and far in between.</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/BaCaDaEa"> /u/BaCaDaEa </a> <br/> <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10hbiwv/notice_self_promotion_rules/">[link]</a></span>   <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10hbiwv/notice_self_promotion_rules/">[comments]</a></span>t3_10hbiwv2023-01-20T22:54:58+00:002023-01-20T22:54:58+00:00NOTICE: SELF PROMOTION RULES/u/StoicBatmanhttps://www.reddit.com/user/StoicBatman<table> <tr><td> <a href="https://www.reddit.com/r/ChatGPTCoding/comments/10nb7kf/a_python_module_to_generate_optimized_prompts/"> <img src="https://a.thumbs.redditmedia.com/gKpvW3lK2gOyLSujqMLVV-7mFr0iILIBqNLM6NNVsG4.jpg" alt="A python module to generate optimized prompts, Prompt-engineering & solve different NLP problems using GPT-n (GPT-3, ChatGPT) based models and return structured python object for easy parsing" title="A python module to generate optimized prompts, Prompt-engineering & solve different NLP problems using GPT-n (GPT-3, ChatGPT) based models and return structured python object for easy parsing" /> </a> </td><td> <!-- SC_OFF --><div class="md"><p>Hi folks,</p> <p>I was working on a personal experimental project related to GPT-3, which I thought of making it open source now. It saves much time while working with LLMs.</p> <p>If you are an industrial researcher or application developer, you probably have worked with GPT-3 apis. A common challenge when utilizing LLMs such as #GPT-3 and BLOOM is their tendency to produce uncontrollable & unstructured outputs, making it difficult to use them for various NLP tasks and applications. </p> <p>To address this, we developed <strong>Promptify</strong>, a library that allows for the use of LLMs to solve NLP problems, including Named Entity Recognition, Binary Classification, Multi-Label Classification, and Question-Answering and return a python object for easy parsing to construct additional applications on top of GPT-n based models.</p> <p>Features ๐ </p> <ul> <li>๐งโโ๏ธ NLP Tasks (NER, Binary Text Classification, Multi-Label Classification etc.) in 2 lines of code with no training data required</li> <li>๐จ Easily add one-shot, two-shot, or few-shot examples to the prompt</li> <li>โ Output is always provided as a Python object (e.g. list, dictionary) for easy parsing and filtering</li> <li>๐ฅ Custom examples and samples can be easily added to the prompt</li> <li>๐ฐ Optimized prompts to reduce OpenAI token costs<br/></li> </ul> <p>​</p> <ul> <li>GITHUB: <a href="https://github.com/promptslab/Promptify">https://github.com/promptslab/Promptify</a></li> <li>Examples: <a href="https://github.com/promptslab/Promptify/tree/main/examples">https://github.com/promptslab/Promptify/tree/main/examples</a></li> <li>For quick demo -> <a href="https://colab.research.google.com/drive/16DUUV72oQPxaZdGMH9xH1WbHYu6Jqk9Q?usp=sharing">Colab</a></li> </ul> <p>Try out and share your feedback. Thanks :) </p> <p><a href="https://preview.redd.it/n95yyxfg3nea1.png?width=1236&format=png&auto=webp&s=d88847564ce8d08fc84bf4d037bd18f78d14bfbe">NER Example</a></p> <p>​</p> <p><a href="https://preview.redd.it/uig2c8gx3nea1.png?width=1398&format=png&auto=webp&s=4e999a7c288f6a5df58a55efa7364f1c0408b237">https://preview.redd.it/uig2c8gx3nea1.png?width=1398&format=png&auto=webp&s=4e999a7c288f6a5df58a55efa7364f1c0408b237</a></p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/StoicBatman"> /u/StoicBatman </a> <br/> <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10nb7kf/a_python_module_to_generate_optimized_prompts/">[link]</a></span>   <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10nb7kf/a_python_module_to_generate_optimized_prompts/">[comments]</a></span> </td></tr></table>t3_10nb7kf2023-01-28T09:36:40+00:002023-01-28T09:36:40+00:00A python module to generate optimized prompts, Prompt-engineering & solve different NLP problems using GPT-n (GPT-3, ChatGPT) based models and return structured python object for easy parsing/u/omar91041https://www.reddit.com/user/omar91041<table> <tr><td> <a href="https://www.reddit.com/r/ChatGPTCoding/comments/10ml9uq/asked_chatgpt_to_explain_a_regex/"> <img src="https://b.thumbs.redditmedia.com/ozkAeswfW8x9vW3nEHh0S8mTyVX3EWuhTWouvKmko8A.jpg" alt="Asked ChatGPT to Explain a Regex" title="Asked ChatGPT to Explain a Regex" /> </a> </td><td> <!-- SC_OFF --><div class="md"><p>I wrote this regex on my own 3 weeks ago. This was 100% written by me. Then I asked ChatGPT out of curiosity what it matches, and it figured out that it matches a progress bar plus additional data, with a detailed explanation of what each sub-expression matches. Consider me mind-blown. </p> <p>​</p> <p><a href="https://preview.redd.it/vjks7gbpblea1.png?width=860&format=png&auto=webp&s=3d4d241bc6c276fb1e5f5013365f814ef234ab06">https://preview.redd.it/vjks7gbpblea1.png?width=860&format=png&auto=webp&s=3d4d241bc6c276fb1e5f5013365f814ef234ab06</a></p> <p><a href="https://preview.redd.it/mkwe4ooqblea1.png?width=790&format=png&auto=webp&s=98a2a854f84514f0f15f46bf6c5d396067f17f3d">https://preview.redd.it/mkwe4ooqblea1.png?width=790&format=png&auto=webp&s=98a2a854f84514f0f15f46bf6c5d396067f17f3d</a></p> <p>Regex with examples here:</p> <p>​</p> <p><a href="https://preview.redd.it/3m653vrialea1.png?width=639&format=png&auto=webp&s=8b2d0b195bc4981fe50d53c4151f5eb5e1124b78">https://preview.redd.it/3m653vrialea1.png?width=639&format=png&auto=webp&s=8b2d0b195bc4981fe50d53c4151f5eb5e1124b78</a></p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/omar91041"> /u/omar91041 </a> <br/> <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10ml9uq/asked_chatgpt_to_explain_a_regex/">[link]</a></span>   <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10ml9uq/asked_chatgpt_to_explain_a_regex/">[comments]</a></span> </td></tr></table>t3_10ml9uq2023-01-27T13:49:57+00:002023-01-27T13:49:57+00:00Asked ChatGPT to Explain a Regex/u/gravspeedhttps://www.reddit.com/user/gravspeed<!-- SC_OFF --><div class="md"><p>when you use the official interface, chatgpt is aware of the entire conversation, however when i send questions through python, it is not.</p> <p>i'm reasonably certain there is an option that i'm missing....</p> <p>​</p> <p>EDIT: relevant thread with more info... there is no session awareness, it's up to the client.</p> <p><a href="https://www.reddit.com/r/OpenAI/comments/10dd6bk/comment/j4kw26d/">How do I control session context when using the completions API endpoint? : OpenAI (reddit.com)</a></p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/gravspeed"> /u/gravspeed </a> <br/> <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10mv7q7/conversational_awareness_in_python/">[link]</a></span>   <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10mv7q7/conversational_awareness_in_python/">[comments]</a></span>t3_10mv7q72023-01-27T20:31:24+00:002023-01-27T20:31:24+00:00conversational awareness in python/u/Racin_Statistics_YThttps://www.reddit.com/user/Racin_Statistics_YT<table> <tr><td> <a href="https://www.reddit.com/r/ChatGPTCoding/comments/10mgpvw/excel_your_spreadsheets_with_openai_gpt3/"> <img src="https://external-preview.redd.it/x23AvET0PALGMUZZ-IBhdxzGMwVUvl0ZhbvZdoodJIs.jpg?width=320&crop=smart&auto=webp&s=e98ec72cb625b4668c1c931f951423df2b4445a4" alt="Excel your Spreadsheets with OpenAI GPT3" title="Excel your Spreadsheets with OpenAI GPT3" /> </a> </td><td>   submitted by   <a href="https://www.reddit.com/user/Racin_Statistics_YT"> /u/Racin_Statistics_YT </a> <br/> <span><a href="https://www.youtube.com/watch?v=Fnq68_GxUr4">[link]</a></span>   <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10mgpvw/excel_your_spreadsheets_with_openai_gpt3/">[comments]</a></span> </td></tr></table>t3_10mgpvw2023-01-27T09:19:23+00:002023-01-27T09:19:23+00:00Excel your Spreadsheets with OpenAI GPT3/u/Andrew9128https://www.reddit.com/user/Andrew9128<table> <tr><td> <a href="https://www.reddit.com/r/ChatGPTCoding/comments/10mlrqc/a_guessing_game_chatgpt_made_you_need_python/"> <img src="https://external-preview.redd.it/dkAYurOcpDnGaCZjwup-ynYl34qOIebmPgwoabPmsxI.jpg?width=216&crop=smart&auto=webp&s=05ddba13edc968e4afc18bf964a30c51e050178b" alt="a guessing game chatgpt made (you need python installed to run this)" title="a guessing game chatgpt made (you need python installed to run this)" /> </a> </td><td>   submitted by   <a href="https://www.reddit.com/user/Andrew9128"> /u/Andrew9128 </a> <br/> <span><a href="https://www.mediafire.com/file/v0z8x6hb9jq2c5j/ChatGPTGame.py/file">[link]</a></span>   <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10mlrqc/a_guessing_game_chatgpt_made_you_need_python/">[comments]</a></span> </td></tr></table>t3_10mlrqc2023-01-27T14:11:25+00:002023-01-27T14:11:25+00:00a guessing game chatgpt made (you need python installed to run this)/u/FableFoxWeaverhttps://www.reddit.com/user/FableFoxWeaver<!-- SC_OFF --><div class="md"><p>Hello. I'm using chatgpt in the command line.</p> <p>I can see in <a href="https://chat.openai.com/chat">https://chat.openai.com/chat</a> a history of the various sessions/conversations.</p> <p>What do I do to be able to continue a conversation in a different session?<br/> Let's say I open a session with the command "chatgpt".<br/> Then have a conversation and end with "!exit". How do I get back to it? Because if I just run chatgpt again, I'll just start a new conversation. </p> <p>Thanks in advance?</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/FableFoxWeaver"> /u/FableFoxWeaver </a> <br/> <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10lpf63/question_about_session_data/">[link]</a></span>   <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10lpf63/question_about_session_data/">[comments]</a></span>t3_10lpf632023-01-26T11:10:02+00:002023-01-26T11:10:02+00:00Question about session data/u/BiguUiPathhttps://www.reddit.com/user/BiguUiPath<table> <tr><td> <a href="https://www.reddit.com/r/ChatGPTCoding/comments/10llvb2/use_chatgpt_via_api_inside_of_uipath_robots/"> <img src="https://external-preview.redd.it/cyn4KS3YYH_gPQD_FOD18zbPK_g2pk8JH712tJ83PO0.jpg?width=320&crop=smart&auto=webp&s=8de0c0cf1275c893926730694c5c85657c844b76" alt="Use ChatGPT via API inside of UiPath Robots (extract specific data from answer)" title="Use ChatGPT via API inside of UiPath Robots (extract specific data from answer)" /> </a> </td><td>   submitted by   <a href="https://www.reddit.com/user/BiguUiPath"> /u/BiguUiPath </a> <br/> <span><a href="https://youtu.be/2yvswXwvk2U">[link]</a></span>   <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10llvb2/use_chatgpt_via_api_inside_of_uipath_robots/">[comments]</a></span> </td></tr></table>t3_10llvb22023-01-26T06:53:49+00:002023-01-26T06:53:49+00:00Use ChatGPT via API inside of UiPath Robots (extract specific data from answer)/u/jnbfdyjnndyhttps://www.reddit.com/user/jnbfdyjnndy  submitted by   <a href="https://www.reddit.com/user/jnbfdyjnndy"> /u/jnbfdyjnndy </a> <br/> <span><a href="/r/ChatGPT/comments/10kok3a/ai_chatbot_that_uses_a_website_as_the_primary/">[link]</a></span>   <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10lcl52/ai_chatbot_that_uses_a_website_as_the_primary/">[comments]</a></span>t3_10lcl522023-01-25T23:04:07+00:002023-01-25T23:04:07+00:00AI Chatbot that uses a website as the primary information source for information/u/greg370zhttps://www.reddit.com/user/greg370z<!-- SC_OFF --><div class="md"><p>In short we want to build an internal app to train ChatGPT on customer service chat history to provide reps with answers, and/or to setup automated response with our existing Chatbot (via Intercom). Please DM me if interested. Mods, if there is a better place to post this, please let me know.</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/greg370z"> /u/greg370z </a> <br/> <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10l0zbk/im_looking_to_hire_a_developer_to_build_an/">[link]</a></span>   <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10l0zbk/im_looking_to_hire_a_developer_to_build_an/">[comments]</a></span>t3_10l0zbk2023-01-25T15:16:57+00:002023-01-25T15:16:57+00:00Iโm looking to hire a developer to build an internal tool for my company using ChatGPTโs API./u/CanuckButthttps://www.reddit.com/user/CanuckButt<!-- SC_OFF --><div class="md"><p><a href="https://imgur.com/a/XxK9rSa">Full imgur album of ChatGPT's replies</a></p> <ol> <li><p><a href="https://i.imgur.com/Qr9LuNO.png">i'm using git and git bash for the first time. how do i start? i have a project i'm working on, and i've already opened git bash in that folder. i think i want to "git commit ..." but i don't know what comes after or why or when or how often or what to name things or how to comment or how to name comments. please help.</a> + <a href="https://i.imgur.com/FFPePJk.png">comment examples</a></p></li> <li><p><a href="https://i.imgur.com/IWrqnOX.png">the current directory has subdirectories. how does <code>git add .</code> interact with those?</a></p></li> <li><p><a href="https://i.imgur.com/QujavGf.png">show me a sample .gitignore file. make up funny animal filenames</a> + <a href="https://i.imgur.com/79pmcP1.png">explanation</a></p></li> <li><p><a href="https://i.imgur.com/I8Y4Gwp.png">"hint: You've added another git repository inside your current repository." oops i forgot that i did this earlier. is this going to mess with things? should i fix it now?</a></p></li> <li><p><a href="https://i.imgur.com/VMdCoZ2.png">this is a solo project. no team members. how do i merge the inner with the outer?</a> + <a href="https://i.imgur.com/1bEdsxM.png">asante sana, --squash banana</a></p></li> <li><p><a href="https://i.imgur.com/JBXAXOF.png">that seems overly complicated. is git merge a better solution? the inner repository is just tracking one or two files and i don't need it at all.</a> + <a href="https://i.imgur.com/XlzWdek.png">sas--squash</a></p></li> <li><p><a href="https://i.imgur.com/QLF7NCd.png">okay i get the hint. tell me about --squash</a></p></li> <li><p><a href="https://i.imgur.com/BP4jg0X.png">what happens if i just delete the inner .git folder and pretend it wasn't there?</a></p></li> <li><p>okay i deleted the inner .git folder. i used <code>git push .</code> before. do i need to run it again to include the files in the inner .git folder? or do i use another command?</p></li> <li><p><a href="https://i.imgur.com/fOPFgN0.png">sorry i meant i used git add . before.</a></p></li> <li><p><a href="https://i.imgur.com/synL6IB.png">git status shows all new files including the folder. time to commit? nothing's complete nothing works. what's a good first commit message? it's a project for mapping stars onto my desktop.</a></p></li> <li><p><a href="https://i.imgur.com/gq8OKMp.png">real world examples of first commit messages:</a></p></li> <li><p><a href="https://i.imgur.com/qP4wF3q.png">are there any alternate competing ethos for git commit message formatting?</a> (stopped)</p></li> <li><p><a href="https://i.imgur.com/3kgwi9r.png">imperative mood?</a></p></li> </ol> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/CanuckButt"> /u/CanuckButt </a> <br/> <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10kjr8t/learning_how_to_use_git_bash_for_the_first_time/">[link]</a></span>   <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10kjr8t/learning_how_to_use_git_bash_for_the_first_time/">[comments]</a></span>t3_10kjr8t2023-01-24T23:29:34+00:002023-01-24T23:29:34+00:00Learning how to use git bash for the first time/u/CanuckButthttps://www.reddit.com/user/CanuckButt<!-- SC_OFF --><div class="md"><p><a href="https://imgur.com/a/5mqV1jl">Early stages.</a></p> <p>It's half-finished, but I have to pause now because I'm timed out and I want to sleep so I can learn faster.</p> <p><a href="https://imgur.com/a/YZlMy0S">Earlier, even more primitive stages in which ChatGPT and I together figured out that I don't need to make API calls to NASA every ten minutes.</a></p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/CanuckButt"> /u/CanuckButt </a> <br/> <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10k1xub/early_stages_of_developing_a_desktop_starmap_app/">[link]</a></span>   <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10k1xub/early_stages_of_developing_a_desktop_starmap_app/">[comments]</a></span>t3_10k1xub2023-01-24T09:48:02+00:002023-01-24T09:48:02+00:00Early stages of developing a desktop starmap app, in which ChatGPT and I together figured out that I don't need to make API calls to NASA every ten minutes/u/Racin_Statistics_YThttps://www.reddit.com/user/Racin_Statistics_YT<table> <tr><td> <a href="https://www.reddit.com/r/ChatGPTCoding/comments/10jptdp/i_asked_chatgpt_how_much_does_it_think_it_is/"> <img src="https://preview.redd.it/j5wmiuo3fvda1.png?width=640&crop=smart&auto=webp&s=94046ae9bd7d0aee0499f40e515065739bccb15e" alt="I asked ChatGPT how much does it think it is worth! (Using ChatGPT Merlin Chrome Extension)" title="I asked ChatGPT how much does it think it is worth! (Using ChatGPT Merlin Chrome Extension)" /> </a> </td><td>   submitted by   <a href="https://www.reddit.com/user/Racin_Statistics_YT"> /u/Racin_Statistics_YT </a> <br/> <span><a href="https://i.redd.it/j5wmiuo3fvda1.png">[link]</a></span>   <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10jptdp/i_asked_chatgpt_how_much_does_it_think_it_is/">[comments]</a></span> </td></tr></table>t3_10jptdp2023-01-23T22:39:58+00:002023-01-23T22:39:58+00:00I asked ChatGPT how much does it think it is worth! (Using ChatGPT Merlin Chrome Extension)/u/No-Entertainment725https://www.reddit.com/user/No-Entertainment725<!-- SC_OFF --><div class="md"><p>I don't know any coding because my background is in Civil Engineering. How should I proceed?</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/No-Entertainment725"> /u/No-Entertainment725 </a> <br/> <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10k08cr/i_want_to_create_an_app_using_chatgpt_i_have_2/">[link]</a></span>   <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10k08cr/i_want_to_create_an_app_using_chatgpt_i_have_2/">[comments]</a></span>t3_10k08cr2023-01-24T07:43:02+00:002023-01-24T07:43:02+00:00I want to create an app using ChatGPT. I have 2 ideas patented./u/Racin_Statistics_YThttps://www.reddit.com/user/Racin_Statistics_YT<table> <tr><td> <a href="https://www.reddit.com/r/ChatGPTCoding/comments/10jo1jq/lets_have_some_fun_with_chatgpt_all_together_and/"> <img src="https://external-preview.redd.it/3ykX23VKAFFNYaeUtVbxG4ixi8ks0ik_0xbvlzV90sA.jpg?width=320&crop=smart&auto=webp&s=92f6f29695db21c15b6a8d897f7967e86ac34702" alt="Lets have some fun with ChatGPT all together and Live!" title="Lets have some fun with ChatGPT all together and Live!" /> </a> </td><td>   submitted by   <a href="https://www.reddit.com/user/Racin_Statistics_YT"> /u/Racin_Statistics_YT </a> <br/> <span><a href="https://www.youtube.com/watch?v=ytwAr3VgReM">[link]</a></span>   <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10jo1jq/lets_have_some_fun_with_chatgpt_all_together_and/">[comments]</a></span> </td></tr></table>t3_10jo1jq2023-01-23T21:27:59+00:002023-01-23T21:27:59+00:00Lets have some fun with ChatGPT all together and Live!/u/shahednychttps://www.reddit.com/user/shahednyc<table> <tr><td> <a href="https://www.reddit.com/r/ChatGPTCoding/comments/10iw94k/some_openai_based_tool_example/"> <img src="https://b.thumbs.redditmedia.com/p0-Jq8uTvHW0iRKiMFxGBwuLaBu_dUjbzQxGY5uv_3E.jpg" alt="Some OpenAi based tool example" title="Some OpenAi based tool example" /> </a> </td><td>   submitted by   <a href="https://www.reddit.com/user/shahednyc"> /u/shahednyc </a> <br/> <span><a href="https://www.reddit.com/gallery/10iw94k">[link]</a></span>   <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10iw94k/some_openai_based_tool_example/">[comments]</a></span> </td></tr></table>t3_10iw94k2023-01-22T22:29:20+00:002023-01-22T22:29:20+00:00Some OpenAi based tool example/u/b0takihttps://www.reddit.com/user/b0taki  submitted by   <a href="https://www.reddit.com/user/b0taki"> /u/b0taki </a> <br/> <span><a href="/r/MachineLearning/comments/10htfwp/chatgpt_is_not_all_you_need_r/">[link]</a></span>   <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10ifis4/chatgpt_is_not_all_you_need_r/">[comments]</a></span>t3_10ifis42023-01-22T09:12:44+00:002023-01-22T09:12:44+00:00ChatGPT is not all you need [R]/u/hyperclick76https://www.reddit.com/user/hyperclick76<table> <tr><td> <a href="https://www.reddit.com/r/ChatGPTCoding/comments/10hgeb8/chatgpt_can_do_css_images/"> <img src="https://a.thumbs.redditmedia.com/UkHCIPY8K0AktooiHKPnkiU0Qzu6cfqjGX5t_Y_DkK8.jpg" alt="ChatGPT can do CSS images." title="ChatGPT can do CSS images." /> </a> </td><td> <!-- SC_OFF --><div class="md"><p>I'm amazed. I just asked ChatGPT:</p> <p>"can you show me how to make in CSS the following image: the sea Horizon at Night, with a starry Night with a full moon reflecting on the sea. Only with css please."</p> <p>It's basic but functional. It even got the reflection right!</p> <p>--</p> <p>EDIT: Here is my screenshot not sure why it failed the first time!</p> <p>I Did it quickly with codepen. I think I adjusted only the moon and the Horizon height to my taste a bit higher. But it was basically this!</p> <p><a href="https://preview.redd.it/rib3tktpgkda1.jpg?width=1326&format=pjpg&auto=webp&s=47fa664be280deb83b4d6d88a08bcbb022f76a1a">https://preview.redd.it/rib3tktpgkda1.jpg?width=1326&format=pjpg&auto=webp&s=47fa664be280deb83b4d6d88a08bcbb022f76a1a</a></p> <p>​</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/hyperclick76"> /u/hyperclick76 </a> <br/> <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10hgeb8/chatgpt_can_do_css_images/">[link]</a></span>   <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10hgeb8/chatgpt_can_do_css_images/">[comments]</a></span> </td></tr></table>t3_10hgeb82023-01-21T02:29:05+00:002023-01-21T02:29:05+00:00ChatGPT can do CSS images./u/RevolutionaryDot7https://www.reddit.com/user/RevolutionaryDot7  submitted by   <a href="https://www.reddit.com/user/RevolutionaryDot7"> /u/RevolutionaryDot7 </a> <br/> <span><a href="/r/ChatGPT/comments/10gehui/reducing_costs_for_openai_gptapi_with_stemming/">[link]</a></span>   <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10havr4/reducing_costs_for_openai_gptapi_with_stemming/">[comments]</a></span>t3_10havr42023-01-20T22:33:24+00:002023-01-20T22:33:24+00:00Reducing Costs for OpenAI GPT-API with Stemming and Stopword Removal/u/shahednychttps://www.reddit.com/user/shahednyc  submitted by   <a href="https://www.reddit.com/user/shahednyc"> /u/shahednyc </a> <br/> <span><a href="http://ai.lunchbox.io">[link]</a></span>   <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10h3mni/cool_openai_product/">[comments]</a></span>t3_10h3mni2023-01-20T18:01:11+00:002023-01-20T18:01:11+00:00Cool Openai product/u/Bobojoshuahttps://www.reddit.com/user/Bobojoshua<!-- SC_OFF --><div class="md"><p>I'm a complete newbie to coding and need someone to kindly help with a better prompt for the script below.</p> <p>import openai import pandas as pd</p> <p>df = pd.read_csv("input.csv")</p> <h1>Set OpenAI API key</h1> <p>openai.api_key = "YOUR_API_KEY"</p> <p>results = []</p> <p>for index, row in df.iterrows():</p> <pre><code>prompt = f"Please write a detailed article about {row['topic']}. Use this information to write the article: {row['context']}" response = openai.Completion.create(engine="text-davinci-003", prompt=prompt, temperature=0.7,max_tokens=2048,top_p=0.5) results.append([row['topic'], response.choices[0].text]) </code></pre> <p>output_df = pd.DataFrame(results, columns = ['Topic', 'Generated Text'])</p> <p>output_df.to_csv('output.csv', index=False)</p> <p>NB: Script is in python. The prompt in the script above is short and pathetic. I need someone to help with a prompt that will produce better and longer articles. Thanks.</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/Bobojoshua"> /u/Bobojoshua </a> <br/> <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10h0ok3/please_i_need_help_with_this_script/">[link]</a></span>   <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10h0ok3/please_i_need_help_with_this_script/">[comments]</a></span>t3_10h0ok32023-01-20T16:05:41+00:002023-01-20T16:05:41+00:00Please I need help with this script./u/gatosquihttps://www.reddit.com/user/gatosqui<!-- SC_OFF --><div class="md"><p>Hi everyone, I'm 97% code illiterate.<br/> I got chatGPT to write me a script for my website, but I can't get it to run properly.<br/> It's basically javascript+css , for making 4 concise queries directly to chatGPT, and then displaying the result back on the website.<br/> I would really appreciate some help. Thanks in advance</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/gatosqui"> /u/gatosqui </a> <br/> <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10ha0yg/need_help_with_chatgpt_generated_code_cant_get_it/">[link]</a></span>   <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10ha0yg/need_help_with_chatgpt_generated_code_cant_get_it/">[comments]</a></span>t3_10ha0yg2023-01-20T22:08:03+00:002023-01-20T22:08:03+00:00Need help with ChatGPT generated code. Can't get it to run/u/neuromodelhttps://www.reddit.com/user/neuromodel<!-- SC_OFF --><div class="md"><p>Coupon to access my course for free (open for 5 days and 1000 redemptions): <a href="https://www.udemy.com/course/chatgpt-bot/?couponCode=FREE-OPEN">https://www.udemy.com/course/chatgpt-bot/?couponCode=FREE-OPEN</a></p> <p>Hey everyone, I just made a new course about ChatGPT as my winter holiday passion project. This is for anyone who wants to learn how to create automated workflows (using Chrome extensions) with ChatGPT. It is beginner friendly and includes getting some good practice with JavaScript. I hope you enjoy it and I'm looking forward to your feedback/questions :)</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/neuromodel"> /u/neuromodel </a> <br/> <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10foc77/free_course_create_your_own_chatgpt_bot_extension/">[link]</a></span>   <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10foc77/free_course_create_your_own_chatgpt_bot_extension/">[comments]</a></span>t3_10foc772023-01-19T01:13:46+00:002023-01-19T01:13:46+00:00Free Course: Create your own ChatGPT Bot Extension/u/shahednychttps://www.reddit.com/user/shahednyc<table> <tr><td> <a href="https://www.reddit.com/r/ChatGPTCoding/comments/10fpkut/anyone_wants_to_learn_how_to_build_an_app_or/"> <img src="https://preview.redd.it/cpvepu6r9yca1.jpg?width=640&crop=smart&auto=webp&s=8ed688c3a7ba761a0cef9facb9e371ab45f36ba9" alt="Anyone wants to learn how to build an app or product based on OpenAi API? We are giving away full source code and also you can win Free API credit from us. Its 100 % free. Just Comment here to get link" title="Anyone wants to learn how to build an app or product based on OpenAi API? We are giving away full source code and also you can win Free API credit from us. Its 100 % free. Just Comment here to get link" /> </a> </td><td>   submitted by   <a href="https://www.reddit.com/user/shahednyc"> /u/shahednyc </a> <br/> <span><a href="https://i.redd.it/cpvepu6r9yca1.jpg">[link]</a></span>   <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10fpkut/anyone_wants_to_learn_how_to_build_an_app_or/">[comments]</a></span> </td></tr></table>t3_10fpkut2023-01-19T02:11:03+00:002023-01-19T02:11:03+00:00Anyone wants to learn how to build an app or product based on OpenAi API? We are giving away full source code and also you can win Free API credit from us. Its 100 % free. Just Comment here to get link/u/akshay123478https://www.reddit.com/user/akshay123478<!-- SC_OFF --><div class="md"><p>Hi I'm a newbie to chargpt3 , just wanted to fine tune it to get some precise results on a topic , but i have a question , once i train a model on recognising the emotions in a text with some dataset . Then if i type a prompt that's no where related to this like " can u genrate a program to print out the states in America " . Will it answer it or show undefined ?? . And if it answers how do I stop it from answering such questions</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/akshay123478"> /u/akshay123478 </a> <br/> <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10fw7f0/need_help/">[link]</a></span>   <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10fw7f0/need_help/">[comments]</a></span>t3_10fw7f02023-01-19T08:04:46+00:002023-01-19T08:04:46+00:00need help !/u/cybron42https://www.reddit.com/user/cybron42<table> <tr><td> <a href="https://www.reddit.com/r/ChatGPTCoding/comments/10fts4w/as_requested/"> <img src="https://a.thumbs.redditmedia.com/Vtcajqg2iaoVQCK43kqkyEnMwWZdvE6eHTwzdE81MH0.jpg" alt="as requested" title="as requested" /> </a> </td><td> <!-- SC_OFF --><div class="md"><p>​</p> <p><a href="https://preview.redd.it/bua86hadtxca1.png?width=1017&format=png&auto=webp&s=41012ecb0b2655667d33308f1871d2799d4ae6f9">https://preview.redd.it/bua86hadtxca1.png?width=1017&format=png&auto=webp&s=41012ecb0b2655667d33308f1871d2799d4ae6f9</a></p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/cybron42"> /u/cybron42 </a> <br/> <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10fts4w/as_requested/">[link]</a></span>   <span><a href="https://www.reddit.com/r/ChatGPTCoding/comments/10fts4w/as_requested/">[comments]</a></span> </td></tr></table>t3_10fts4w2023-01-19T05:40:38+00:002023-01-19T05:40:38+00:00as requested