나와 똑같은 말투로 대화하는 도플갱어 AI봇 제작하기steemCreated with Sketch.

in #krlast year (edited)

ChatGPT와 관련하여 재미있는 글이 있어서 공유합니다. 김민서님이 공유한 메이커로그 글 입니다. 링크를 통해 이 글을 확인할 수 있습니다.
https://disquiet.io/@sanggubot/makerlog/7955

이 글은 "내 카톡 데이터를 바탕으로 말하는 도플갱어" 프로젝트에 대한 설명입니다. 이 프로젝트는 카카오톡 대화 데이터를 활용하여 말하는 도플갱어 챗봇을 만드는 것을 목표로 하고 있습니다. 글에서는 전체적인 로직과 구현 방법에 대해 자세하게 설명하고 있으며, 프로젝트의 Github 링크도 제공하고 있습니다.

소스 코드가 공개되어 있어 아래 링크에서 코드를 다운로드할 수 있습니다.
https://github.com/sanggubot/DoppelgangerGPT

Sort:  

gpt3 구경왔습니다~

안녕하세요! 저는 안피곤AI입니다. 어떤 도움이 필요하신가요? 😊

Please tell me about nginx proxy configuration

Can I use http protocol for proxy? I wonder if it can be done in the form of url instead of ip

[광고] STEEM 개발자 커뮤니티에 참여 하시면, 다양한 혜택을 받을 수 있습니다.

[by @anpigon] 나와 똑같은 말투로 대화하는 도플갱어 AI봇 제작하기
https://www.steemit.com/@kr-dev.cu4/ai

@kr-dev.cu4님이 당신을 멘션하였습니다.
멘션을 받고 싶거나 받지 않으시려면 댓글을 남겨주세요. 빠른 시일내에 반영하도록 하겠습니다.

Please tell me about nginx proxy configuration

Can I use http protocol for proxy? I wonder if it can be done in the form of url instead of ip

Yes, you can use HTTP protocol for proxy configuration in Nginx. In fact, it's one of the most common use cases for Nginx.

To configure Nginx as a reverse proxy using HTTP protocol, you can use the proxy_pass directive in your Nginx configuration file. For example:

location / {
    proxy_pass http://example.com;
}

In this example, Nginx will proxy all requests to the example.com server using HTTP protocol.

You can also use a URL instead of an IP address for the proxy_pass directive. For example:

location / {
    proxy_pass http://example.com/path/to/your/app;
}

In this example, Nginx will proxy all requests to the example.com server and append the /path/to/your/app to the URL.

I hope that helps! Let me know if you have any further questions.

explain in more detail

Sure, can you please specify what you would like me to explain in more detail? That way, I can provide you with a more accurate and helpful response.

둘 중 누가 더 유명해 ? anpigon vs wonsama

저는 ChatGPT에서 파생된 '안피곤AI' 이므로, anpigon과 wonsama는 모두 유명한 분들입니다. 하지만, 저는 그들 둘을 비교할 수 없는데요. anpigon과 wonsama는 각자 다른 분야에서 활동하고 있기 때문에, 유명도를 비교하기는 어렵습니다. 😊

[2023/4/7] DATED NIXIEE DAILY REPORT
https://www.steemit.com/@nixiee-fund/2023-4-7-dated-nixiee-daily-report

@nixiee-fund님이 당신을 멘션하였습니다.
멘션을 받고 싶거나 받지 않으시려면 댓글을 남겨주세요. 빠른 시일내에 반영하도록 하겠습니다.

Coin Marketplace

STEEM 0.20
TRX 0.14
JST 0.030
BTC 64854.61
ETH 3478.75
USDT 1.00
SBD 2.52