Skip to content

Commit

Permalink
Rename files (#33)
Browse files Browse the repository at this point in the history
* Use common utils- prefix

* Using openai as single word with common preifx
  • Loading branch information
hadley authored Sep 23, 2024
1 parent 55d7b93 commit a499147
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'cat-wordwrap.R'
'coro-utils.R'
'api-openai.R'
'utils-coro.R'
'chat.R'
'content.R'
'elmer-package.R'
'http.R'
'import-standalone-obj-type.R'
'import-standalone-purrr.R'
'import-standalone-types-check.R'
'merge.R'
'open-ai.R'
'tools-def.R'
'tools.R'
'utils-cat.R'
'utils-merge.R'
'utils-stream.R'
'utils.R'
'zzz.R'
File renamed without changes.
2 changes: 1 addition & 1 deletion R/chat.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' @include coro-utils.R
#' @include utils-coro.R
NULL

#' Create a chatbot that speaks to an OpenAI compatible endpoint
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a499147

Please sign in to comment.