ChatGPT in RStudio with gptstudio - Better than GitHub Copilot?

  Рет қаралды 23,041

James Wade

James Wade

Күн бұрын

Пікірлер: 93
@mryoda
@mryoda Жыл бұрын
mine doesn't load anything. I do have the "hello and welcome to R" in viewer, but once i type anything in the chat doesn't do anything.
@hen3vz
@hen3vz Жыл бұрын
Same here
@nutthaponrathie7145
@nutthaponrathie7145 Жыл бұрын
I have followed all the steps until 5:03 but when I write prompt and send, there is no response. Can you suggest?
@nutthaponrathie7145
@nutthaponrathie7145 Жыл бұрын
The background jobs show: Background session status: 200, done callr-rs-result-8622e7c5698, NULL, , Deleting chat history from this session. , and list(message = "in callr subprocess.", srcref = NULL, status = 0, stdout = "", stderr = "Deleting chat history from this session. ", parent_trace = list(parent = c(12, 13, 15, 15, 17, 18, 19, 19, 20, 21, 0, 23), visible = c(TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE), namespace = c(NA, NA, "gptstudio", "base", "gptstudio", "gptstudio", "gptstudio", "gptstudio", "base", "base", "base", NA), scope = c("", "", ":::", "::", "::", "::", ":::", "::", "::", "::", "::", "global" ), srcref = list(NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), procsrcref = list(NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), pid = c(2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165, 2165), call = list("gptstudio::gptstudio_job(skeleton, skill, style, task, custom_prompt)", c("gptstudio_skeleton_build(skeleton, skill, style, task, custom_prompt) %>% ", " gptstudio_request_perform() %>% gptstudio_response_process() %>% "), "save_skeleton(.)", "saveRDS(skeleton, skeleton_file())", "gptstudio_response_process(.)", "gptstudio_request_perform(.)", "gptstudio_request_perform.gptstudio_request_openai(.)", "stream_chat_completion(prompt = messages, model = model)", "readRDS(streaming_file())", "gzfile(file, \"rb\")", c(".handleSimpleError(function (e) ", "{"), "h(simpleError(msg, call))")), call = NULL, procsrcref = NULL, parent = list(message = "cannot open the connection", call = "gzfile(file, \"rb\")", srcref = NULL, procsrcref = NULL))
@james-h-wade
@james-h-wade Жыл бұрын
Hmm… have you added payment information when creating your OpenAI account? Thanks for trying it out!
@HilianoMop
@HilianoMop Жыл бұрын
it seems this problem happens if you are using Windows. You may try to run a previous version with the code: remotes::install_version("gptstudio", version = "0.2.0")
@AlbaRStudio23
@AlbaRStudio23 11 ай бұрын
I try without the payment info. cuz i wanted to know how it works b4. but its not possible to run like that right?@@james-h-wade
@omerdizmen7889
@omerdizmen7889 Жыл бұрын
hi, hope yo are well, I got up to the stage where gpt is on my viewer section but whenever i write something such as who made ggplot2 there is no response, can you help ?
@jeroenham8897
@jeroenham8897 5 ай бұрын
I have the same issue. Did you get it resolved?
@robertberry4747
@robertberry4747 Жыл бұрын
Followed this but didn't work for me unfortunately - no response from prompt and no option for ChatGPT-4 (which I have a subscription for).
@bunkoti
@bunkoti 13 күн бұрын
Is there any point in continuing to learn and write programs in R?
@dj1480
@dj1480 Ай бұрын
Is GPTstudio supposed to interact directly with the code in my editor? Can it insert changes? I finally got it installed and working (responding to chat prompts). But I ask questions about the code, and the response is that it can only work with something that's pasted into the prompt input. Really?
@MichaelSaperstein
@MichaelSaperstein Жыл бұрын
My plan is ChatGPT Plus, the paid gpt4 version. RStudio won't recognize my API Key and I do not see gpt4 as an option.
@bunkoti
@bunkoti 13 күн бұрын
Sure chatgpt etc can produce instant results and models but who will interpret these results? Unless you have core knowledge of logistic, multinomial, ordinal regression models, survival analysis, principal component analysis, how will you actually write good prompts?
@caty863
@caty863 Жыл бұрын
You didn't answer the question about whether this RStudio's LLMs integration interface is better than GitHub Copilot. Copilot gives you suggestions right in the code editor. No need for copy pasting. It therefore feels more natural and the workflow is much less complex. What do you say?
@DaniloAssisPereira_IBNeuro
@DaniloAssisPereira_IBNeuro Жыл бұрын
Addins -> ChatGPT and this message "Connection refused". My OPENAI_API_KEY is correct. How to solve it, please? Thanks.
@bunkoti
@bunkoti 13 күн бұрын
What's the future of R analysts or statistical programmers with the rise of AI? I have serious doubts about continuing as a statistical programmer.
@YoungMoneyInvestments
@YoungMoneyInvestments Жыл бұрын
How do you get around the character count with Chat GPT? I've been trying to feed it some of my C# code but because there's so many lines, I can't get around the 4096 character limit. I've tried chunking it up but I would need 7-8 chunks and it's like GPT forgets what I was asking it to do after so many chunks of code. I've also read I could put it on GitHub but I don't want to open source my code like that just to feed GPT the link. Is there anything else I'm not aware of? Thanks in advance.
@kennethgottfredsen767
@kennethgottfredsen767 Жыл бұрын
Doesn't work for me for some strange reason.
@joaquincarrascosa91
@joaquincarrascosa91 Жыл бұрын
Seems great! I will try it out. Is it possible to run a long list of prompts (from a spreadsheet for example) ? and to save the answer to each prompt in the spreadsheet?
@james-h-wade
@james-h-wade Жыл бұрын
I'd love to hear how it goes. As far as a list of prompts, that's not a feature we have right now. What do you have in mind for that?
@joaquincarrascosa91
@joaquincarrascosa91 Жыл бұрын
​@@james-h-wade I have been using ChatGPT to code survey data (turn occupation text into a ISCO-08 Code). But its only worth it if i can do thousands in a reasonable ammount of time (i.e. 10k prompts).
@danieltseng32
@danieltseng32 4 ай бұрын
Are you Houston Wade brother ?
@patolobos8266
@patolobos8266 Жыл бұрын
I've tried to run it locally in Windows 10, did not work. It does start replying and then stops, took a look at the background job and got "Warning: Error in readRDS: error reading from connection" "h(simpleError(msg, call))")), call = NULL, procsrcref = NULL, parent = list(message = "cannot open the connection", call = "gzfile(file, mode)", srcref = NULL, procsrcref = NULL)) Hope this get even more integrated and supported by Posit, one of the showstoppers in using Rstudio in Sagemaker is that cannot compete with VSCode copilot. These new plugin helps to shorten the gap greatly.
@james-h-wade
@james-h-wade Жыл бұрын
Thanks for letting me know. As a temporary fix, you may be able to run streaming set to false. I'll see what we can do with the next release to make that more stable on Windows.
@bornijp449
@bornijp449 Жыл бұрын
Even if my API was just produces, it does not work....
@aminroshani
@aminroshani Жыл бұрын
It was great. Thank you
@james-h-wade
@james-h-wade Жыл бұрын
Glad you enjoyed it!
@AntoinSts
@AntoinSts 6 ай бұрын
Magnifique 🤩🤩
@SergeiDumnov
@SergeiDumnov Жыл бұрын
Why I do not see the GPT 4 among the API options for me (I am in Sydney, and do have a paid subscription)? Thanks
@james-h-wade
@james-h-wade Жыл бұрын
Do you see GPT-4 in the models listed on the OpenAI Playground (platform.openai.com/playground)? If you don't, OpenAI should be rolling out access soon. Thanks for trying it out!
@SNMS1114
@SNMS1114 Жыл бұрын
I couldnt see GPT-4 in the list of Rstudio in setting section aswell.@@james-h-wade
@mateuspereira2794
@mateuspereira2794 Жыл бұрын
Is it posssible to use Free Chat GPT?
@james-h-wade
@james-h-wade Жыл бұрын
Which model are you talking about? You get a free credit with the OpenAI API and a lot of HuggingFace models are free if you want to use those.
@perevales
@perevales Жыл бұрын
I have the free plan and it is not working. I get the error: OPENAI_API_KEY is not valid. What a pity!!
@cryptofile4002
@cryptofile4002 9 ай бұрын
does this work in RStudio locally?
@k5555-b4f
@k5555-b4f 5 ай бұрын
Yes
@IgnacioAguilarToledo
@IgnacioAguilarToledo 11 ай бұрын
Awesome!
@MartinIsabel-b1e
@MartinIsabel-b1e 4 ай бұрын
Queen River
@RhodesMarina-f5d
@RhodesMarina-f5d 4 ай бұрын
Wintheiser Walks
@JessicaYoung-y8n
@JessicaYoung-y8n 4 ай бұрын
Edwina Circle
@BillyTim-l5j
@BillyTim-l5j 4 ай бұрын
O'Conner Light
@JaniceFry-u5t
@JaniceFry-u5t 4 ай бұрын
Stanton Corner
@BirrellLawson-o2n
@BirrellLawson-o2n 4 ай бұрын
Betty Dale
@ChestertonWalkley-v1y
@ChestertonWalkley-v1y 4 ай бұрын
Korbin Throughway
@BeerbohmCorey-x3j
@BeerbohmCorey-x3j 4 ай бұрын
Thompson Mission
@CissieBlanche-m1u
@CissieBlanche-m1u 4 ай бұрын
Tressa Field
@RichardRoquemore-o9o
@RichardRoquemore-o9o 3 ай бұрын
Lehner Lodge
@CordellChino-y1z
@CordellChino-y1z 4 ай бұрын
Garret Corners
@WmSargent-g6r
@WmSargent-g6r 4 ай бұрын
Berry Lake
@RichardLangton-o7y
@RichardLangton-o7y 4 ай бұрын
Cronin Landing
@JamieCarol-p1w
@JamieCarol-p1w 3 ай бұрын
Maybelle Mission
@ThackerayConstance-h3s
@ThackerayConstance-h3s 3 ай бұрын
Demetrius Coves
@MalthusBarbara-g1z
@MalthusBarbara-g1z 4 ай бұрын
Lakin Ferry
@JohnBrant-r8q
@JohnBrant-r8q 4 ай бұрын
Bednar Prairie
@EugeneWaters-r8s
@EugeneWaters-r8s 4 ай бұрын
Sheldon Forges
@MicahOrville-i3x
@MicahOrville-i3x 4 ай бұрын
McLaughlin Motorway
@DanaGomez-r7e
@DanaGomez-r7e 4 ай бұрын
Dibbert Park
@KevenFleagle-c9p
@KevenFleagle-c9p 4 ай бұрын
Mueller Dam
@ThodoreYvonne-b8k
@ThodoreYvonne-b8k 4 ай бұрын
Blanda Mill
@ClaraIves-g6q
@ClaraIves-g6q 4 ай бұрын
Lupe Estate
@Vuqargharbaghis-c3n
@Vuqargharbaghis-c3n 4 ай бұрын
Myrtie Estates
@BerthaSharon-o1y
@BerthaSharon-o1y 4 ай бұрын
Katarina Ways
@ElaineDrake-e4t
@ElaineDrake-e4t 3 ай бұрын
Halvorson Square
@RomeliaVertz-u1h
@RomeliaVertz-u1h 4 ай бұрын
Asia Park
@HaggaiPatience-s9m
@HaggaiPatience-s9m 4 ай бұрын
Schultz Forges
@LindberghDarcy-x9r
@LindberghDarcy-x9r 4 ай бұрын
Aditya Locks
@RichardLewis-h1l
@RichardLewis-h1l 4 ай бұрын
Hauck Track
@AdelaideJulian-f5w
@AdelaideJulian-f5w 4 ай бұрын
Kovacek Locks
@GregoryColdwell-m3e
@GregoryColdwell-m3e 4 ай бұрын
Heidenreich Light
@ChristyArnold-t7u
@ChristyArnold-t7u 4 ай бұрын
Allan Creek
@JordanAldrich-u3k
@JordanAldrich-u3k 4 ай бұрын
Vicente Passage
@AshlynAiudi-q6g
@AshlynAiudi-q6g 4 ай бұрын
Stehr Glens
@WhitmanHelina-e3b
@WhitmanHelina-e3b 3 ай бұрын
Era Drive
@RickyTeague-m6i
@RickyTeague-m6i 4 ай бұрын
Stroman Mews
@AndyKarim-i1s
@AndyKarim-i1s 4 ай бұрын
Kulas Estates
@JobJames-w3y
@JobJames-w3y 4 ай бұрын
Rath Common
@ModestaCarmouche-m9f
@ModestaCarmouche-m9f 4 ай бұрын
Beier Common
@AlbertaPorterfield-p9p
@AlbertaPorterfield-p9p 4 ай бұрын
Hickle Drives
@BrianLeftwich-w1y
@BrianLeftwich-w1y 4 ай бұрын
Alessia Shoal
@CarinBaldyga-u2c
@CarinBaldyga-u2c 3 ай бұрын
Feil Road
@SumikoBashi-s9r
@SumikoBashi-s9r 3 ай бұрын
Twila Drive
@RobJ-m6i
@RobJ-m6i 6 ай бұрын
Unfortunately useless, no answer from the chat window
@k5555-b4f
@k5555-b4f 5 ай бұрын
it works - i had the same issue at first, add a value/dollar amount of >=5 on your billing - you can't just add a credit card (the free credit thing is prolly from a while ago) i also made sure to uncheck 'autorefill credit' or whatever it's called
@CarolineWendy-k4h
@CarolineWendy-k4h 3 ай бұрын
Swaniawski Track
@RobertRobert-c3f
@RobertRobert-c3f 4 ай бұрын
Prohaska Manor
@DuttTroy-e5s
@DuttTroy-e5s 4 ай бұрын
Celestine Heights
@MitchellEckhardt-n1e
@MitchellEckhardt-n1e 4 ай бұрын
Abe Row
@RandyHutchings-z3l
@RandyHutchings-z3l 4 ай бұрын
Pfannerstill Valley
@TolandSolomon-d3g
@TolandSolomon-d3g 3 ай бұрын
Schulist Lodge
GitHub Copilot in Rstudio, it's finally here!
54:11
R Consortium
Рет қаралды 14 М.
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 62 МЛН
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
How to use GitHub Copilot and ChatGPT in RStudio - get setup in less than 5 minutes!
5:09
10X Your Code with ChatGPT:  How to Use it Effectively
17:14
Dave's Garage
Рет қаралды 352 М.
The all NEW GitHub Copilot Experience
13:46
Visual Studio Code
Рет қаралды 110 М.
OMG: ChatGPT inside RStudio!
10:29
Michel's Science Speedrun
Рет қаралды 19 М.
GitHub Copilot Top Features Explained
9:36
Coding With Adam
Рет қаралды 25 М.
GitHub Copilot for R - First impressions
24:57
Melissa Van Bussel (ggnot2)
Рет қаралды 10 М.
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.