Skip to content

Commit

Permalink
README 파일의 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
choonghyunryu committed Apr 2, 2023
1 parent 41d6947 commit 62b65ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@
- keep_completion()
* messages 객체에서 마지막 질문과 답변 추출 함수. (#27).
- last()
* 패키지 environment의 채팅 messages 객체 추출 함수. (#29)
* 패키지 environment의 채팅 messages 객체 추출 함수. (#29).
- extract_chat()

## BUG FIX

* README 파일의 오류 수정. (#24, thanks to HelloDataScience).



# bitGPT 0.3.5.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ chat_completion(
``` r
> chat_completion("근의 공식을 설명해줘", type = "console")
══ Chat with chatGPT ══════════════════════════════════════════════════════ user ══
미세먼지가 많은 날은 어떻게 준비해야할까?
근의 공식을 설명해줘

══ Chat with chatGPT ═════════════════════════════════════════════════ assistant ══
근의 공식은 다음과 같습니다.
Expand Down Expand Up @@ -309,7 +309,7 @@ bitGPT 패키지는 `messages` 객체를 핸들링하기 위한 다음의 함수
다음은 단일 메시지의 사례입니다.

``` r
> chat_completion("R의 가장 큰 장점은 무엇일까?.", type = "text")
> chat_completion("R의 가장 큰 장점은 무엇일까?.", type = "messages")
[[1]]
[[1]]$role
[1] "user"
Expand Down

0 comments on commit 62b65ee

Please sign in to comment.