<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>chatGPT Archives - JIN&#039;s BOT</title>
	<atom:link href="https://jinsbot.com/tag/chatgpt/feed/" rel="self" type="application/rss+xml" />
	<link>https://jinsbot.com/tag/chatgpt/</link>
	<description>Coding + Engineering</description>
	<lastBuildDate>Sun, 22 Sep 2024 11:17:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>
<site xmlns="com-wordpress:feed-additions:1">158124120</site>	<item>
		<title>chatGPT 한계점과 대체재에 대해</title>
		<link>https://jinsbot.com/chatgpt-alternative/</link>
					<comments>https://jinsbot.com/chatgpt-alternative/#respond</comments>
		
		<dc:creator><![CDATA[geniuskpj]]></dc:creator>
		<pubDate>Fri, 17 Feb 2023 09:33:30 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[chatGPT]]></category>
		<category><![CDATA[GPT]]></category>
		<category><![CDATA[GPT3.5]]></category>
		<category><![CDATA[openAI]]></category>
		<category><![CDATA[로우코드]]></category>
		<guid isPermaLink="false">https://jinsbot.com/?p=873</guid>

					<description><![CDATA[<p>chatGPT 는 궁극의 AI? 이전글에서 chatGPT 와 동일한 GPT 3.5의 python api에 대해 알아봤다. 분명 유용한 툴이지만 세상을 바꿀 정도일까? chatGPT 의 단점에 대해 알아보자. 최적의 답변이 아니다. GPT에는 별도의 지능이 없기때문에 학습된 데이터가 옳은지 틀린지 얼마나 좋은지 평가할 수 없다. 따라서 학습 시킨 데이터의 질에 따라 답변의 질도 결정된다. 또한, 내용을 조합하여 답변하기 때문에 [&#8230;]</p>
<p>The post <a href="https://jinsbot.com/chatgpt-alternative/">chatGPT 한계점과 대체재에 대해</a> appeared first on <a href="https://jinsbot.com">JIN&#039;s BOT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2 class="wp-block-heading">chatGPT 는 궁극의 AI?</h2>
<p><a href="https://jinsbot.com/gpt-3-5-python/" target="_blank" rel="noreferrer noopener">이전글</a>에서 chatGPT 와 동일한 GPT 3.5의</p>
<p>python api에 대해 알아봤다.</p>
<p>분명 유용한 툴이지만 세상을 바꿀 정도일까?</p>
<p>chatGPT 의 단점에 대해 알아보자.</p>
<h3 class="wp-block-heading">최적의 답변이 아니다.</h3>
<p>GPT에는 별도의 지능이 없기때문에</p>
<p>학습된 데이터가 옳은지 틀린지 얼마나 좋은지 평가할 수 없다.</p>
<p>따라서 <strong>학습 시킨 데이터의 질</strong>에 따라</p>
<p>답변의 질도 결정된다.</p>
<p>또한, 내용을 조합하여 답변하기 때문에</p>
<p>이 과정에서 오류가 섞여 들어갈 수 있다.</p>
<p>특히, 코딩 측면에서 이런 점이 두드러진다.</p>
<p>chatGPT 가 제공해 주는 코드, 예제는</p>
<p>분명 유용하지만 수준이 높지 않다.</p>
<p>이러한 불완전성은 <strong>기술적 특성</strong>이자 <strong>한계</strong>이고</p>
<p>애초에 노코드 , 로우코드 솔루션의 목적은 다음과 같다.</p>
<ol>
<li><strong>초보자</strong>의 손쉬운 사용</li>
<li><strong>단순 반복 코드</strong>의 작성 시간 단축</li>
</ol>
<p>따라서 chatGPT 가 현업 프로그래머를 대체할 수는 없다.</p>
<p>최적의 코드를 제공하지 못하는게 당연하고</p>
<p>이에 대해 불평한다면 기술의 목적,용도를</p>
<p>잘못 이해한 것이다.</p>
<p>애초에 목적</p>
<p>현업 프로그래머를 대체하는</p>
<p>애초에 chatGPT 나 copilot의 목적은</p>
<p>프로그래머를 대체하는 것이 아니다.</p>
<h3 class="wp-block-heading">추가적인 학습이 어렵다.</h3>
<p>chatGPT 의 잘못된 응답에 지적을 할 경우</p>
<p>사람처럼 오류를 인정하고 내용을 정정한다.</p>
<p>실시간 학습이 이루어진다고 착각할 수 있지만</p>
<p>상황에 맞게 반응하는 것일 뿐이다.</p>
<p>좋은 내용을 선별하여 학습 된다고 하지만</p>
<p>언제 어떤 방식으로 이루어지는지 알려진 바 없다.</p>
<p>물론 chatGPT 도 추가 학습을 위한 api 를 공개하겠지만</p>
<p>생각보다 <strong>비용</strong>이 비쌀 것이다.</p>
<p>현재 같은 GPT3.5 인 Davinci 의 추가학습 모델은</p>
<p>사용시 1k token(750단어)당 0.12불의 비용을 지불해야한다. (23년 2월)</p>
<p>개인에게 부담되는 가격은 아니지만 사용자가 수십명만 되어도</p>
<p><strong>상당한 비용</strong>이 발생할 것이다.</p>
<h3 class="wp-block-heading">저작권 및 기밀정보 문제</h3>
<p>공개적으로 코드, 정보를 올린거지만</p>
<p>출처표기 없는 상업적 사용을 달가워할 사람은 없다.</p>
<p>그런 면에서 구글의 바드 는 정보의 출처를</p>
<p>표기할 것이라고 한다.</p>
<p>현재 GPT3.5 모델은 openai를 통해서만 학습 시킬 수 있는데</p>
<p>기업의 경우 기밀 정보 유출에 대한 우려가 있다.</p>
<p>따라서 삼성전자 는 정보 유출을 막기 위해</p>
<p>chatGPT 의 접속을 차단했다.</p>
<p>당연히, 별도 학습된 모델은 특정 계정, 회사에서만</p>
<p>접근할 수 있을 것이다.</p>
<p>그렇더라도 기업입장에서 서버를 외부에 두는것은 큰 부담이다.</p>
<h2 class="wp-block-heading">chatGPT 대체재</h2>
<p>그러면 local 등 에서 사용할 수 있는 chatGPT의 대안들을 알아보자.</p>
<p>모델이름 뒤에 있는 숫자는 parameter의 개수를 나타내며</p>
<p>일반적으로 높을수록 성능이 더 좋은 대신 고사양을 요구한다.</p>
<h2 class="wp-block-heading">GPT-J 6B</h2>
<p><a href="https://www.eleuther.ai/" target="_blank" rel="noreferrer noopener">eleutherAI</a>에서 Ben Wang의 JAX를 기반으로 Pile 이라는 데이터셋으로 만든 모델이다.</p>
<p>자체적인 평가 결과 GPT3 Curie와 유사한 성능을 가진 것으로 보인다.</p>
<p>자세한 설명은 <a href="https://huggingface.co/EleutherAI/gpt-j-6B" target="_blank" rel="noreferrer noopener">huggingface</a>에서 볼 수 있고 간단한 체험도 해볼 수 있다.</p>
<p>최소 12GB의 VRAM이 필요하다.</p>
<p><a href="https://github.com/arrmansa/Basic-UI-for-GPT-J-6B-with-low-vram" target="_blank" rel="noreferrer noopener">low vram 버전</a>도 있지만 성능 손실이 존재한다.</p>
<h3 class="wp-block-heading">GPT-NEOX 20B</h3>
<p>eleutherAI 의 최신 모델로 전작 GPT-NEO를 계승하고 있다.</p>
<p>자체 평가에 따르면 Curie보다는 좋지만</p>
<p>GPT3.5 모델인 Davinci에 미치지는 못한다.</p>
<p><a href="https://textsynth.com/playground.html" target="_blank" rel="noreferrer noopener">textsynth</a>, <a href="https://20b.eleuther.ai/" target="_blank" rel="noreferrer noopener">eleutherAI</a>에서 테스트해볼 수 있다.</p>
<p>최소 40GB의 vram이 필요하기때문에 여기서부터는</p>
<p>A40, A100, RTX A6000 이상이 필요하다.<br />
A100(40G)의 경우 미국 온디맨드 기준 AWS가 시간당 4.1$</p>
<p>GCP가 시간당 3.67$이므로 클라우드에서 구현하는걸 추천한다.</p>
<p>azure 등 더 저렴한 곳도 있으니 자세한 가격은 <a href="https://fullstackdeeplearning.com/cloud-gpus/" target="_blank" rel="noreferrer noopener">이 링크</a>를 참고하라.</p>
<figure class="wp-block-table">
<table>
<thead>
<tr>
<th>Task</th>
<th>Category</th>
<th>Curie</th>
<th>GPT-J-6B</th>
<th>FairSeq-13B</th>
<th>GPT-NeoX-20B</th>
<th>DaVinci</th>
</tr>
</thead>
<tbody>
<tr>
<td>LAMBADA</td>
<td>Sentence Completion</td>
<td>69.51%</td>
<td>68.29%</td>
<td>70.95%</td>
<td>72.00%</td>
<td>75.16%</td>
</tr>
<tr>
<td>ANLI R1</td>
<td>Natural Language Inference</td>
<td>32.80%</td>
<td>32.40%</td>
<td>34.00%</td>
<td>34.00%</td>
<td>36.30%</td>
</tr>
<tr>
<td>ANLI R2</td>
<td>Natural Language Inference</td>
<td>33.50%</td>
<td>34.00%</td>
<td>33.00%</td>
<td>34.40%</td>
<td>37.00%</td>
</tr>
<tr>
<td>ANLI R3</td>
<td>Natural Language Inference</td>
<td>35.50%</td>
<td>35.50%</td>
<td>34.75%</td>
<td>35.40%</td>
<td>36.83%</td>
</tr>
<tr>
<td>WSC</td>
<td>Coreference Resolution</td>
<td>49.54%</td>
<td>49.54%</td>
<td>55.44%</td>
<td>50.00%</td>
<td>59.18%</td>
</tr>
<tr>
<td>WinoGrande</td>
<td>Coreference Resolution</td>
<td>64.56%</td>
<td>64.01%</td>
<td>67.40%</td>
<td>66.10%</td>
<td>69.93%</td>
</tr>
<tr>
<td>HellaSwag</td>
<td>Sentence Completion</td>
<td>54.81%</td>
<td>36.53%</td>
<td>57.69%</td>
<td>53.50%</td>
<td>63.46%</td>
</tr>
<tr>
<td><strong>Average</strong></td>
<td></td>
<td>48.60%</td>
<td><strong>45.75%</strong></td>
<td>50.43%</td>
<td><strong>49.34%</strong></td>
<td><strong>53.98%</strong></td>
</tr>
</tbody>
</table><figcaption>EleutherAI 평가 결과(standard language modeling tasks)</figcaption></figure>
<h3 class="wp-block-heading">OPT-175B : chatGPT 에 가장 근접</h3>
<p>meta ( facebook) 에서 공개한 모델로 GPT3.5와</p>
<p>동일한 parameter 갯수를 가진다.</p>
<p>현재 API를 완전히 공개하였으며 비상업용, 연구적 목적에</p>
<p>한하여 자유롭게 사용할 수 있다.</p>
<p><a href="https://opt.alpa.ai/#generation" target="_blank" rel="noreferrer noopener">링크</a>에서 체험해 볼 수 있으며 데이터셋, 알고리즘의</p>
<p>차이때문인지 davinci 보다는 <strong>성능이 떨어진다.</strong>(<a href="https://arxiv.org/pdf/2205.01068.pdf" target="_blank" rel="noreferrer noopener">논문</a>)</p>
<p>클러스터 구성을 지원하며 총 350GB의 VRAM이 필요하고</p>
<p>최대 700GB의 RAM이 필요하다.</p>
<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />
<p>관련글</p>
<ul>
<li><a href="https://jinsbot.com/gpt3-5-turbo/">GPT3.5 Turbo – ChatGPT python API 소개</a></li>
<li><a href="https://jinsbot.com/chat-gpt-hybrid-python/">chat GPT 하이브리드 앱 만들기 C# python</a></li>
<li><a href="https://jinsbot.com/gpt-4-introduction/">GPT-4 뭐가 달라 졌을까?</a></li>
<li><a href="https://jinsbot.com/%eb%b9%99-new-bing-intro/">빙 생성 AI 까지 넘보는 중</a></li>
</ul>
<p>The post <a href="https://jinsbot.com/chatgpt-alternative/">chatGPT 한계점과 대체재에 대해</a> appeared first on <a href="https://jinsbot.com">JIN&#039;s BOT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://jinsbot.com/chatgpt-alternative/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">873</post-id>	</item>
		<item>
		<title>GPT-3.5 python에서 사용하기</title>
		<link>https://jinsbot.com/gpt-3-5-python/</link>
					<comments>https://jinsbot.com/gpt-3-5-python/#respond</comments>
		
		<dc:creator><![CDATA[geniuskpj]]></dc:creator>
		<pubDate>Tue, 07 Feb 2023 09:27:43 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[chatGPT]]></category>
		<category><![CDATA[GPT]]></category>
		<category><![CDATA[GPT3]]></category>
		<category><![CDATA[openAI]]></category>
		<category><![CDATA[생성AI]]></category>
		<guid isPermaLink="false">https://jinsbot.com/?p=869</guid>

					<description><![CDATA[<p>GPT-3 는 OpenAI 가 개발한 대형 언어 모델 (Large Language Model, LLM )이다. 12Billion (120억)개의 paramter를 가지는것이 특징이고 Github Copiliot에 사용되어 유명해졌다. 최근 각광받는 chatGPT 가 GPT-3.5 에 해당하며 무려 170B( 1700억) 개의 parmeter를 가진다. chatGPT는 23년 2월 기준 아직 python api 가 공개되지 않았지만 같은 GPT-3.5에 속하는 davinci 모델은 python에서 사용 가능하다. text-davinci-003 는 [&#8230;]</p>
<p>The post <a href="https://jinsbot.com/gpt-3-5-python/">GPT-3.5 python에서 사용하기</a> appeared first on <a href="https://jinsbot.com">JIN&#039;s BOT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>GPT-3 는 OpenAI 가 개발한 대형 언어 모델 (Large Language Model, LLM )이다.</p>
<p>12Billion (120억)개의 paramter를 가지는것이 특징이고</p>
<p><a href="https://namu.wiki/w/GitHub%20Copilot" target="_blank" rel="noreferrer noopener">Github Copiliot</a>에 사용되어 유명해졌다.</p>
<p>최근 각광받는 chatGPT 가 GPT-3.5 에 해당하며</p>
<p>무려 170B( 1700억) 개의 parmeter를 가진다.</p>
<p>chatGPT는 23년 2월 기준 아직 python api 가 공개되지 않았지만</p>
<p><a href="https://platform.openai.com/docs/model-index-for-researchers" target="_blank" rel="noreferrer noopener">같은 GPT-3.5</a>에 속하는 davinci 모델은 python에서 사용 가능하다.</p>
<p>text-davinci-003 는 21년 4분기까지의 데이터로 학습되었기 때문에</p>
<p>chatGPT 에 비해 약간 떨어지지만 충분히 훌륭한 성능을 보여준다.</p>
<h3 class="wp-block-heading">그래서 사용법은?</h3>
<p>이 <a href="https://openai.com/api/" target="_blank" rel="noreferrer noopener">링크</a>에서 회원가입이 가능하고 <a href="https://platform.openai.com/docs/api-reference/introduction" target="_blank" rel="noreferrer noopener">문서</a>도 잘 만들어져 있다.</p>
<p>openai 패키지 사용법은 해당 문서에 잘 나와 있으니</p>
<p>패키지 없이 사용하는 법을 설명하겠다.</p>
<p>우선 가입 후 <a href="https://platform.openai.com/account/api-keys" target="_blank" rel="noreferrer noopener">링크</a>에 들어가 api-key를 발급받는다.</p>
<p>api 키만 있으면 코드는 정말 간단하다.</p>
<pre class="EnlighterJSRAW" data-enlighter-language="python" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">import requests
import json
headers={"Authorization":"Bearer 발급받은API키","Content-Type":"application/json"}
link="https://api.openai.com/v1/completions"
data={"model": "text-davinci-003", "prompt": "let me know how to cook scones ", "temperature": 0.9, "max_tokens": 300}
res=requests.post(link,data=json.dumps(data),headers=headers)
print(res.json()['choices'][0]['text'])</pre>
<p>input에 대해 설명하자면 다음과 같다.</p>
<ul>
<li>link:질문에 해당하는 링크이며 image 생성 등에는 다른 링크가 필요하다.</li>
<li>prompt: 질문이나 요청을 적으면 된다.</li>
<li>temperature: 높을수록 창의적이지만 부정확한 답이 출력될 수 있다. (기본값:1)</li>
<li>top_p: 방법은 다르지만 temperature와 같은 역할, temperature와 top_p 둘 중 하나만 사용 (기본값:1)</li>
<li>max_tokens: 답변 문장의 최대 길이를 결정함</li>
<li><a href="https://platform.openai.com/docs/api-reference/completions/create" target="_blank" rel="noreferrer noopener">이외는 링크 참조바람</a></li>
</ul>
<h3 class="wp-block-heading">GPT 3.5 사용결과</h3>
<h4 class="wp-block-heading">상식</h4>
<p><strong>질문</strong><br />
: <em>let me know how to cook scones.</em></p>
<p><img decoding="async" src="https://s0.wp.com/latex.php?latex=%5Crightarrow&#038;bg=ffffff&#038;fg=000&#038;s=0&#038;c=20201002" alt="&#92;rightarrow" class="latex" />Ingredients</p>
<ul>
<li>3 cups all-purpose flour</li>
<li>1 tablespoon baking powder</li>
<li>1/2 teaspoon salt</li>
<li>3/4 cup butter, melted</li>
<li>2 eggs</li>
<li>1/2 cup milk</li>
<li>1/2 cup sugar</li>
</ul>
<p>Directions</p>
<ol>
<li>Preheat oven to 400 degrees F (200 degrees C). Grease a baking sheet.</li>
<li>In a large bowl, sift together flour, baking powder and salt.</li>
<li>In a separate bowl, stir together melted butter, eggs and milk.</li>
<li>Make a well in the center of the flour mixture, and pour in the wet ingredients.</li>
<li>Stir together until a soft dough forms. Stir in sugar.</li>
<li>Roll out dough on a lightly floured surface, and cut into desired shapes (e.g. circles or wedges).</li>
<li>Place on prepared baking sheet, and bake for 10 to 12 minutes. Remove from oven, and cool. Serve warm.</li>
</ol>
<p>굽는 시간, 재료의 양에 차이가 있지만 충분히 조리 가능한 레시피이며</p>
<p>chatGPT로부터 받은 답변도 대동소이 했다.</p>
<h4 class="wp-block-heading">코딩</h4>
<p><strong>질문</strong>: <em>suggest me top 5 alternatives of pyqt.</em></p>
<p><img decoding="async" src="https://s0.wp.com/latex.php?latex=%5Crightarrow&#038;bg=ffffff&#038;fg=000&#038;s=0&#038;c=20201002" alt="&#92;rightarrow" class="latex" /></p>
<ol>
<li>GTK+</li>
<li>wxPython</li>
<li>Kivy</li>
<li>Tkinter</li>
<li>PySide</li>
</ol>
<p>사용가능한 라이브러리들을 잘 보여준다.</p>
<p>ChatGPT 에 물어보면 부연설명을 넣어주지만 pyside가 빠지는 점이 아쉽다.</p>
<p><strong>질문</strong>: <em>What ’s the difference between pyside and pyqt</em></p>
<p><img decoding="async" src="https://s0.wp.com/latex.php?latex=%5Crightarrow&#038;bg=ffffff&#038;fg=000&#038;s=0&#038;c=20201002" alt="&#92;rightarrow" class="latex" />PySide and PyQt are both Python bindings for the popular Qt cross-platform application and UI framework. The main difference between the two is that PySide is free and open source, while PyQt is proprietary and subject to a commercial license. PySide also has a more liberal license than PyQt, which allows developers to use it for both open source and commercial projects. PySide also has a more modern API, which makes it easier to use than PyQt.</p>
<p>마지막에 엉뚱한 말이 붙었지만 전반적으로 핵심을 잘 파악한 훌륭한 답변이다.</p>
<p>chatGPT가 community 규모에 대해 좀 더 정확한 정보를 덧붙였다.</p>
<p><strong>질문</strong>: <em>can you give me streamlit example for python? It ’s for drawing graph</em></p>
<p><img decoding="async" src="https://s0.wp.com/latex.php?latex=%5Crightarrow&#038;bg=ffffff&#038;fg=000&#038;s=0&#038;c=20201002" alt="&#92;rightarrow" class="latex" /></p>
<pre class="EnlighterJSRAW" data-enlighter-language="python" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">import streamlit as st
import matplotlib.pyplot as plt

#Create some data

x = [1, 2, 3, 4, 5]
y = [2, 4, 6, 8, 10]

#Create the plot

plt.plot(x, y)

#Add the plot to the Streamlit app

st.pyplot()</pre>
<p>pyplot의 argument가 빠졌다는 warning이 뜨지만 잘 plot 된다.</p>
<p>chatGPT 의 답변에는 무의미한 코드가 한줄 있지만 좀 더 상세했다.</p>
<h3 class="wp-block-heading">GPT 3.5 단점은 없어?</h3>
<p>현재 Davinci 모델은 유료이며 <strong>1k token(750 단어)당 0.02$</strong>의 사용료가</p>
<p>책정되어있다. 그리고 돌아올 수 있는 답변은 최대 4000token(3000단어)이다.</p>
<p>저렴한 가격이지만 chatGPT가 앞으로도 무료 서비스를 제공한다면</p>
<p>일반 사용자에게 merit이 떨어 진다.</p>
<p>또한 chatGPT와 달리 답변에 추가적인 질문이 불가능하다.</p>
<h3 class="wp-block-heading">유료면 이걸 왜써?</h3>
<p>가입시 3개월간 사용가능한 18$의 credit을 제공하기때문에</p>
<p>계정을 만들어가며 사용하면 무한대로 사용이 가능 하다.</p>
<p>게다가 현재 davinci모델은 추가학습( fine-tuning) 이 가능하다.</p>
<p>즉, 업체나 개인별로 자신에게 필요한 데이터 일부를</p>
<p>추가적으로 학습시킬 수 있는 강력한 기능을 제공한다.</p>
<p>현재 chatGPT 는 추후 활용을 위해 피드백을 수집할 뿐</p>
<p>추가적으로 학습이 이루어지지 않는다.</p>
<p>GPT3.5의 추가 학습 및 사용에는 각각</p>
<p>1k token 당 <strong>0.03$,0.12</strong>$의 비용이 부과된다.</p>
<p>그렇다면 학습에 별도 비용이 발생하지 않는 대체재는 없을까?</p>
<p><a href="https://jinsbot.com/chatgpt-alternative/" target="_blank" rel="noreferrer noopener">다음글</a>에서 chatGPT의 한계점을 짚어보며 대체재에 대해 소개하겠다.</p>
<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide" />
<p>ChatGPT의 python API가 출시 되었다. (23.03.01)</p>
<p><a href="https://jinsbot.com/gpt3-5-turbo/">GPT3.5 Turbo – ChatGPT python API 소개</a></p>
<p><a href="https://jinsbot.com/chat-gpt-hybrid-python/">chat GPT 하이브리드 앱 만들기 C# python</a></p>
<p>관련글</p>
<p><a href="https://jinsbot.com/gpt-4-introduction/">GPT-4 뭐가 달라 졌을까?</a></p>
<p><a href="https://jinsbot.com/%eb%b9%99-new-bing-intro/">빙 생성 AI 까지 넘보는 중</a></p>
<p>The post <a href="https://jinsbot.com/gpt-3-5-python/">GPT-3.5 python에서 사용하기</a> appeared first on <a href="https://jinsbot.com">JIN&#039;s BOT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://jinsbot.com/gpt-3-5-python/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">869</post-id>	</item>
	</channel>
</rss>
