{"id":40122,"date":"2022-12-05T22:58:54","date_gmt":"2022-12-05T17:28:54","guid":{"rendered":"https:\/\/www.seminarsonly.com\/news\/?p=40122"},"modified":"2022-12-05T22:58:54","modified_gmt":"2022-12-05T17:28:54","slug":"chatgpt-github-login-chat-openai-openai-announces-chatgpt-ai-chat-interface","status":"publish","type":"post","link":"https:\/\/seminarsonly.com\/news\/chatgpt-github-login-chat-openai-openai-announces-chatgpt-ai-chat-interface\/","title":{"rendered":"ChatGPT Github Login | chat.openai : OpenAI announces ChatGPT AI chat interface"},"content":{"rendered":"<h2><span style=\"color: #800000;\">ChatGPT Github Login | chat.openai : OpenAI announces ChatGPT AI chat interface<\/span><\/h2>\n<p>OpenAI is an AI research and deployment company. Our mission is to ensure that artificial general intelligence benefits all of humanity.<\/p>\n<p>OpenAI releasing a charter that describes the principles we use to execute on OpenAI\u2019s mission. This document reflects the strategy we\u2019ve refined over the past two years, including feedback from many people internal and external to OpenAI. The timeline to AGI remains uncertain, but our charter will guide us in acting in the best interests of humanity throughout its development.<\/p>\n<h2 class=\"\n   balance-text\n\n   mb-0.75\n  \"><span style=\"color: #800000;\">ChatGPT: Optimizing Language Models for Dialogue<\/span><\/h2>\n<div class=\"post-excerpt content no-col js-excerpt-container js-widow\">\n<p>OpenAI trained a model called ChatGPT which interacts in a conversational way. The dialogue format makes it possible for ChatGPT to answer followup questions, admit its mistakes, challenge incorrect premises, and reject inappropriate requests. ChatGPT is a sibling model to <a href=\"https:\/\/openai.com\/blog\/instruction-following\/\">InstructGPT<\/a>, which is trained to follow an instruction in a prompt and provide a detailed\u00a0response.<\/p>\n<p>OpenAI are excited to introduce ChatGPT to get users\u2019 feedback and learn about its strengths and weaknesses. During the research preview, usage of ChatGPT is free. Try it now at <a href=\"https:\/\/chat.openai.com\/\" target=\"_blank\" rel=\"noopener\">chat.openai.com<\/a>.<\/p>\n<h2 id=\"samples\"><span style=\"color: #800000;\">Samples<\/span><\/h2>\n<div id=\"samples\" class=\"mb-5 position-relative\">\n<div id=\"samples-note\" class=\"medium-small-copy\" data-active=\"0\">\n<div data-id=\"0\">In the following sample, ChatGPT asks clarifying questions to debug code.\u2002<span class=\"font-tnum color-fg-50\">(1\/4)<\/span><\/div>\n<\/div>\n<div id=\"samples-content\" class=\"full mt-1.5 mb-1.5 position-relative overflow-hidden\">\n<div class=\"js-carousel carousel pt-4 pb-2.5 flickity-enabled\" tabindex=\"0\">\n<div class=\"flickity-viewport\">\n<div class=\"flickity-slider\">\n<div id=\"code\" class=\"js-carousel-item carousel-item is-selected\">\n<div class=\"container\">\n<div class=\"row\">\n<div class=\"col-12 col-xl-3 mb-0.25\">\n<div class=\"small-caps color-fg-50 text-xl-right mt-0.125\">USER<\/div>\n<\/div>\n<div class=\"col-12 col-md-9 col-lg-8 col-xl-6\">\n<div class=\"medium-small-copy\">\n<p><strong>this code is not working like i expect \u2014 how do i fix\u00a0it?<\/strong><\/p>\n<pre class=\"language-go\" tabindex=\"0\"><code class=\"language-go\">resultWorkerErr <span class=\"token operator\">:=<\/span> <span class=\"token function\">make<\/span><span class=\"token punctuation\">(<\/span><span class=\"token keyword\">chan<\/span> <span class=\"token builtin\">error<\/span><span class=\"token punctuation\">)<\/span>\r\n<span class=\"token keyword\">defer<\/span> <span class=\"token function\">close<\/span><span class=\"token punctuation\">(<\/span>resultWorkerErr<span class=\"token punctuation\">)<\/span>\r\n<span class=\"token keyword\">go<\/span> <span class=\"token keyword\">func<\/span><span class=\"token punctuation\">(<\/span><span class=\"token punctuation\">)<\/span> <span class=\"token punctuation\">{<\/span>\r\n\t<span class=\"token keyword\">defer<\/span> <span class=\"token function\">cancel<\/span><span class=\"token punctuation\">(<\/span><span class=\"token punctuation\">)<\/span>\r\n\tresultWorkerErr <span class=\"token operator\">&lt;-<\/span> b<span class=\"token punctuation\">.<\/span><span class=\"token function\">resultWorker<\/span><span class=\"token punctuation\">(<\/span>ctx<span class=\"token punctuation\">)<\/span>\r\n<span class=\"token punctuation\">}<\/span><span class=\"token punctuation\">(<\/span><span class=\"token punctuation\">)<\/span>\r\n\r\nerr <span class=\"token operator\">:=<\/span> b<span class=\"token punctuation\">.<\/span><span class=\"token function\">worker<\/span><span class=\"token punctuation\">(<\/span>ctx<span class=\"token punctuation\">)<\/span>\r\n<span class=\"token function\">cancel<\/span><span class=\"token punctuation\">(<\/span><span class=\"token punctuation\">)<\/span>\r\n<span class=\"token keyword\">if<\/span> err <span class=\"token operator\">==<\/span> <span class=\"token boolean\">nil<\/span> <span class=\"token punctuation\">{<\/span>\r\n\t<span class=\"token keyword\">return<\/span> <span class=\"token operator\">&lt;-<\/span>resultWorkerErr\r\n<span class=\"token punctuation\">}<\/span>\r\n<span class=\"token keyword\">return<\/span> multierror<span class=\"token punctuation\">.<\/span><span class=\"token function\">Append<\/span><span class=\"token punctuation\">(<\/span>err<span class=\"token punctuation\">,<\/span> <span class=\"token operator\">&lt;-<\/span>resultWorkerErr<span class=\"token punctuation\">)<\/span>\r\n<\/code><\/pre>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"row\">\n<div class=\"col-12 col-xl-3 mb-0.25\">\n<div class=\"small-caps color-fg-50 text-xl-right\">CHATGPT<\/div>\n<\/div>\n<div class=\"col-12 col-md-9 col-lg-8 col-xl-6\">\n<div class=\"medium-small-copy mb-1 samples-completion\">\n<p>It\u2019s difficult to say what\u2019s wrong with the code without more context. Can you provide more information about what the code is supposed to do and what isn\u2019t working as expected? Also, is this the entire code or just a part of\u00a0it?<\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"row\">\n<div class=\"col-12 col-xl-3 mb-0.25\">\n<div class=\"small-caps color-fg-50 text-xl-right mt-0.125\">USER<\/div>\n<\/div>\n<div class=\"col-12 col-md-9 col-lg-8 col-xl-6\">\n<div class=\"medium-small-copy\">\n<p><strong>just part of it \u2014 the error never surfaces. I think there is something wrong with the\u00a0channel<\/strong><\/p>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"row\">\n<div class=\"col-12 col-xl-3 mb-0.25\">\n<div class=\"small-caps color-fg-50 text-xl-right\">CHATGPT<\/div>\n<\/div>\n<div class=\"col-12 col-md-9 col-lg-8 col-xl-6\">\n<div class=\"medium-small-copy mb-1 samples-completion\">\n<p>It\u2019s difficult to say without more information about what the code is supposed to do and what\u2019s happening when it\u2019s executed. One potential issue with the code you provided is that the\u00a0<code>resultWorkerErr<\/code>\u00a0channel is never closed, which means that the code could potentially hang if the\u00a0<code>resultWorkerErr<\/code>\u00a0channel is never written to. This could happen if\u00a0<code>b.resultWorker<\/code>\u00a0never returns an error or if it\u2019s canceled before it has a chance to return an\u00a0error.<\/p>\n<p>To fix this issue, you could close the\u00a0<code>resultWorkerErr<\/code>\u00a0channel after writing to it. For example, you could add the following line of code after the line that sends the error on the\u00a0channel:<\/p>\n<pre class=\"language-go\" tabindex=\"0\"><code class=\"language-go\"><span class=\"token function\">close<\/span><span class=\"token punctuation\">(<\/span>resultworkerErr<span class=\"token punctuation\">)<\/span>\r\n<\/code><\/pre>\n<p>This would ensure that the\u00a0<code>resultWorkerErr<\/code>\u00a0channel is always closed, even if\u00a0<code>b.resultWorker<\/code>\u00a0never returns an error. Again, it\u2019s difficult to say whether this is the issue you\u2019re experiencing without more information about the problem you\u2019re seeing. Can you provide more details about what\u2019s happening when you run the\u00a0code?<\/p>\n<p>ChatGPT is fine-tuned from a model in the GPT-3.5 series, which finished training in early 2022. \u00a0ChatGPT and GPT 3.5 were trained on an Azure AI supercomputing\u00a0infrastructure.<\/p>\n<p><img decoding=\"async\" class=\"w-100 aligncenter\" src=\"https:\/\/openai.com\/content\/images\/size\/w1400\/2022\/11\/ChatGPT.jpg\" alt=\"ChatGPT: Optimizing Language Models for Dialogue\" width=\"522\" height=\"522\" \/><\/p>\n<h2 id=\"limitations\"><span style=\"color: #800000;\">Limitations<\/span><\/h2>\n<ul>\n<li>ChatGPT sometimes writes plausible-sounding but incorrect or nonsensical answers. Fixing this issue is challenging, as: (1) during RL training, there\u2019s currently no source of truth; (2) training the model to be more cautious causes it to decline questions that it can answer correctly; and (3) supervised training misleads the model because the ideal answer\u00a0depends on what the model knows, rather than what the human demonstrator\u00a0knows.<\/li>\n<li>ChatGPT is sensitive to tweaks to the input phrasing or attempting the same prompt multiple times. For example, given one phrasing of a question, the model can claim to not know the answer, but given a slight rephrase, can answer\u00a0correctly.<\/li>\n<li>The model is often excessively verbose and overuses certain phrases, such as restating that it\u2019s a language model trained by OpenAI. These issues arise from biases in the training data (trainers prefer longer answers that look more comprehensive) and well-known over-optimization issues.<\/li>\n<li>Ideally, the model would ask clarifying questions when the user provided an ambiguous query. Instead, our current models usually guess what the user\u00a0intended.<\/li>\n<li>While we\u2019ve made efforts to make the model refuse inappropriate requests, it will sometimes respond to harmful instructions or exhibit biased behavior.<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>ChatGPT Github Login | chat.openai : OpenAI announces ChatGPT AI chat interface OpenAI is an AI research and deployment company. Our mission is to ensure that artificial general intelligence benefits&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-40122","post","type-post","status-publish","format-standard","hentry","category-news"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>ChatGPT Github Login | chat.openai : OpenAI announces ChatGPT AI chat interface - Seminarsonly.com<\/title>\n<meta name=\"description\" content=\"OpenAI trained a model called ChatGPT which interacts in a conversational way. The dialogue format makes it possible for ChatGPT to answer followup questions.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/seminarsonly.com\/news\/chatgpt-github-login-chat-openai-openai-announces-chatgpt-ai-chat-interface\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ChatGPT Github Login | chat.openai : OpenAI announces ChatGPT AI chat interface\" \/>\n<meta property=\"og:description\" content=\"OpenAI trained a model called ChatGPT which interacts in a conversational way. The dialogue format makes it possible for ChatGPT to answer followup questions.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/seminarsonly.com\/news\/chatgpt-github-login-chat-openai-openai-announces-chatgpt-ai-chat-interface\/\" \/>\n<meta property=\"og:site_name\" content=\"Seminarsonly.com\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/seminarsonly\" \/>\n<meta property=\"article:published_time\" content=\"2022-12-05T17:28:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/openai.com\/content\/images\/size\/w1400\/2022\/11\/ChatGPT.jpg\" \/>\n<meta name=\"author\" content=\"Freddy John\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@seminarsonly\" \/>\n<meta name=\"twitter:site\" content=\"@seminarsonly\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Freddy John\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/seminarsonly.com\/news\/chatgpt-github-login-chat-openai-openai-announces-chatgpt-ai-chat-interface\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/seminarsonly.com\/news\/chatgpt-github-login-chat-openai-openai-announces-chatgpt-ai-chat-interface\/\"},\"author\":{\"name\":\"Freddy John\",\"@id\":\"https:\/\/seminarsonly.com\/news\/#\/schema\/person\/75cf706896b7210fb0a84651adc258bd\"},\"headline\":\"ChatGPT Github Login | chat.openai : OpenAI announces ChatGPT AI chat interface\",\"datePublished\":\"2022-12-05T17:28:54+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/seminarsonly.com\/news\/chatgpt-github-login-chat-openai-openai-announces-chatgpt-ai-chat-interface\/\"},\"wordCount\":676,\"commentCount\":1,\"image\":{\"@id\":\"https:\/\/seminarsonly.com\/news\/chatgpt-github-login-chat-openai-openai-announces-chatgpt-ai-chat-interface\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/openai.com\/content\/images\/size\/w1400\/2022\/11\/ChatGPT.jpg\",\"articleSection\":[\"news\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/seminarsonly.com\/news\/chatgpt-github-login-chat-openai-openai-announces-chatgpt-ai-chat-interface\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/seminarsonly.com\/news\/chatgpt-github-login-chat-openai-openai-announces-chatgpt-ai-chat-interface\/\",\"url\":\"https:\/\/seminarsonly.com\/news\/chatgpt-github-login-chat-openai-openai-announces-chatgpt-ai-chat-interface\/\",\"name\":\"ChatGPT Github Login | chat.openai : OpenAI announces ChatGPT AI chat interface - Seminarsonly.com\",\"isPartOf\":{\"@id\":\"https:\/\/seminarsonly.com\/news\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/seminarsonly.com\/news\/chatgpt-github-login-chat-openai-openai-announces-chatgpt-ai-chat-interface\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/seminarsonly.com\/news\/chatgpt-github-login-chat-openai-openai-announces-chatgpt-ai-chat-interface\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/openai.com\/content\/images\/size\/w1400\/2022\/11\/ChatGPT.jpg\",\"datePublished\":\"2022-12-05T17:28:54+00:00\",\"author\":{\"@id\":\"https:\/\/seminarsonly.com\/news\/#\/schema\/person\/75cf706896b7210fb0a84651adc258bd\"},\"description\":\"OpenAI trained a model called ChatGPT which interacts in a conversational way. The dialogue format makes it possible for ChatGPT to answer followup questions.\",\"breadcrumb\":{\"@id\":\"https:\/\/seminarsonly.com\/news\/chatgpt-github-login-chat-openai-openai-announces-chatgpt-ai-chat-interface\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/seminarsonly.com\/news\/chatgpt-github-login-chat-openai-openai-announces-chatgpt-ai-chat-interface\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/seminarsonly.com\/news\/chatgpt-github-login-chat-openai-openai-announces-chatgpt-ai-chat-interface\/#primaryimage\",\"url\":\"https:\/\/openai.com\/content\/images\/size\/w1400\/2022\/11\/ChatGPT.jpg\",\"contentUrl\":\"https:\/\/openai.com\/content\/images\/size\/w1400\/2022\/11\/ChatGPT.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/seminarsonly.com\/news\/chatgpt-github-login-chat-openai-openai-announces-chatgpt-ai-chat-interface\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/seminarsonly.com\/news\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ChatGPT Github Login | chat.openai : OpenAI announces ChatGPT AI chat interface\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/seminarsonly.com\/news\/#website\",\"url\":\"https:\/\/seminarsonly.com\/news\/\",\"name\":\"Seminarsonly.com\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/seminarsonly.com\/news\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/seminarsonly.com\/news\/#\/schema\/person\/75cf706896b7210fb0a84651adc258bd\",\"name\":\"Freddy John\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/671d452f5fe9027ab894cbed50911cc764b2c16878222070bf044f21705d4c94?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/671d452f5fe9027ab894cbed50911cc764b2c16878222070bf044f21705d4c94?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/671d452f5fe9027ab894cbed50911cc764b2c16878222070bf044f21705d4c94?s=96&d=mm&r=g\",\"caption\":\"Freddy John\"},\"sameAs\":[\"https:\/\/seminarsonly.com\/news\"],\"url\":\"https:\/\/seminarsonly.com\/news\/author\/anupvnaick_51wq8y4s\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"ChatGPT Github Login | chat.openai : OpenAI announces ChatGPT AI chat interface - Seminarsonly.com","description":"OpenAI trained a model called ChatGPT which interacts in a conversational way. The dialogue format makes it possible for ChatGPT to answer followup questions.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/seminarsonly.com\/news\/chatgpt-github-login-chat-openai-openai-announces-chatgpt-ai-chat-interface\/","og_locale":"en_US","og_type":"article","og_title":"ChatGPT Github Login | chat.openai : OpenAI announces ChatGPT AI chat interface","og_description":"OpenAI trained a model called ChatGPT which interacts in a conversational way. The dialogue format makes it possible for ChatGPT to answer followup questions.","og_url":"https:\/\/seminarsonly.com\/news\/chatgpt-github-login-chat-openai-openai-announces-chatgpt-ai-chat-interface\/","og_site_name":"Seminarsonly.com","article_publisher":"https:\/\/facebook.com\/seminarsonly","article_published_time":"2022-12-05T17:28:54+00:00","og_image":[{"url":"https:\/\/openai.com\/content\/images\/size\/w1400\/2022\/11\/ChatGPT.jpg","type":"","width":"","height":""}],"author":"Freddy John","twitter_card":"summary_large_image","twitter_creator":"@seminarsonly","twitter_site":"@seminarsonly","twitter_misc":{"Written by":"Freddy John","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/seminarsonly.com\/news\/chatgpt-github-login-chat-openai-openai-announces-chatgpt-ai-chat-interface\/#article","isPartOf":{"@id":"https:\/\/seminarsonly.com\/news\/chatgpt-github-login-chat-openai-openai-announces-chatgpt-ai-chat-interface\/"},"author":{"name":"Freddy John","@id":"https:\/\/seminarsonly.com\/news\/#\/schema\/person\/75cf706896b7210fb0a84651adc258bd"},"headline":"ChatGPT Github Login | chat.openai : OpenAI announces ChatGPT AI chat interface","datePublished":"2022-12-05T17:28:54+00:00","mainEntityOfPage":{"@id":"https:\/\/seminarsonly.com\/news\/chatgpt-github-login-chat-openai-openai-announces-chatgpt-ai-chat-interface\/"},"wordCount":676,"commentCount":1,"image":{"@id":"https:\/\/seminarsonly.com\/news\/chatgpt-github-login-chat-openai-openai-announces-chatgpt-ai-chat-interface\/#primaryimage"},"thumbnailUrl":"https:\/\/openai.com\/content\/images\/size\/w1400\/2022\/11\/ChatGPT.jpg","articleSection":["news"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/seminarsonly.com\/news\/chatgpt-github-login-chat-openai-openai-announces-chatgpt-ai-chat-interface\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/seminarsonly.com\/news\/chatgpt-github-login-chat-openai-openai-announces-chatgpt-ai-chat-interface\/","url":"https:\/\/seminarsonly.com\/news\/chatgpt-github-login-chat-openai-openai-announces-chatgpt-ai-chat-interface\/","name":"ChatGPT Github Login | chat.openai : OpenAI announces ChatGPT AI chat interface - Seminarsonly.com","isPartOf":{"@id":"https:\/\/seminarsonly.com\/news\/#website"},"primaryImageOfPage":{"@id":"https:\/\/seminarsonly.com\/news\/chatgpt-github-login-chat-openai-openai-announces-chatgpt-ai-chat-interface\/#primaryimage"},"image":{"@id":"https:\/\/seminarsonly.com\/news\/chatgpt-github-login-chat-openai-openai-announces-chatgpt-ai-chat-interface\/#primaryimage"},"thumbnailUrl":"https:\/\/openai.com\/content\/images\/size\/w1400\/2022\/11\/ChatGPT.jpg","datePublished":"2022-12-05T17:28:54+00:00","author":{"@id":"https:\/\/seminarsonly.com\/news\/#\/schema\/person\/75cf706896b7210fb0a84651adc258bd"},"description":"OpenAI trained a model called ChatGPT which interacts in a conversational way. The dialogue format makes it possible for ChatGPT to answer followup questions.","breadcrumb":{"@id":"https:\/\/seminarsonly.com\/news\/chatgpt-github-login-chat-openai-openai-announces-chatgpt-ai-chat-interface\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/seminarsonly.com\/news\/chatgpt-github-login-chat-openai-openai-announces-chatgpt-ai-chat-interface\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/seminarsonly.com\/news\/chatgpt-github-login-chat-openai-openai-announces-chatgpt-ai-chat-interface\/#primaryimage","url":"https:\/\/openai.com\/content\/images\/size\/w1400\/2022\/11\/ChatGPT.jpg","contentUrl":"https:\/\/openai.com\/content\/images\/size\/w1400\/2022\/11\/ChatGPT.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/seminarsonly.com\/news\/chatgpt-github-login-chat-openai-openai-announces-chatgpt-ai-chat-interface\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/seminarsonly.com\/news\/"},{"@type":"ListItem","position":2,"name":"ChatGPT Github Login | chat.openai : OpenAI announces ChatGPT AI chat interface"}]},{"@type":"WebSite","@id":"https:\/\/seminarsonly.com\/news\/#website","url":"https:\/\/seminarsonly.com\/news\/","name":"Seminarsonly.com","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/seminarsonly.com\/news\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/seminarsonly.com\/news\/#\/schema\/person\/75cf706896b7210fb0a84651adc258bd","name":"Freddy John","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/671d452f5fe9027ab894cbed50911cc764b2c16878222070bf044f21705d4c94?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/671d452f5fe9027ab894cbed50911cc764b2c16878222070bf044f21705d4c94?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/671d452f5fe9027ab894cbed50911cc764b2c16878222070bf044f21705d4c94?s=96&d=mm&r=g","caption":"Freddy John"},"sameAs":["https:\/\/seminarsonly.com\/news"],"url":"https:\/\/seminarsonly.com\/news\/author\/anupvnaick_51wq8y4s\/"}]}},"_links":{"self":[{"href":"https:\/\/seminarsonly.com\/news\/wp-json\/wp\/v2\/posts\/40122","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/seminarsonly.com\/news\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/seminarsonly.com\/news\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/seminarsonly.com\/news\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/seminarsonly.com\/news\/wp-json\/wp\/v2\/comments?post=40122"}],"version-history":[{"count":0,"href":"https:\/\/seminarsonly.com\/news\/wp-json\/wp\/v2\/posts\/40122\/revisions"}],"wp:attachment":[{"href":"https:\/\/seminarsonly.com\/news\/wp-json\/wp\/v2\/media?parent=40122"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/seminarsonly.com\/news\/wp-json\/wp\/v2\/categories?post=40122"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/seminarsonly.com\/news\/wp-json\/wp\/v2\/tags?post=40122"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}