Skip to content

Commit

Permalink
TALK-GENAI: Creating the basic title slide
Browse files Browse the repository at this point in the history
  • Loading branch information
kaybenleroll committed Nov 5, 2024
1 parent 5556c69 commit f4b7179
Show file tree
Hide file tree
Showing 8 changed files with 2,493 additions and 963 deletions.
4 changes: 2 additions & 2 deletions talk_chatbot_genai_202411/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ DOCKER_GID=$(shell id -g)

RSTUDIO_PORT=8787

PROJECT_FOLDER=dndtalk
PROJECT_FOLDER=genai_talk


### Set GITHUB_USER with 'gh config set gh_user <<user>>'
GITHUB_USER=$(shell gh config get gh_user)

CONTAINER_NAME=dnd-talk
CONTAINER_NAME=genai-talk

### Project build targets
.SUFFIXES: .qmd .html .dot .png
Expand Down
18 changes: 18 additions & 0 deletions talk_chatbot_genai_202411/genai_talk.Rproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: knitr
LaTeX: pdfLaTeX

AutoAppendNewline: Yes
StripTrailingWhitespace: Yes

BuildType: Makefile
Loading

0 comments on commit f4b7179

Please sign in to comment.